Questions tagged [flexicious]

The Flexicious DataGrid (and UltimateDataGrid) is a Flex 3rd party data grid component.

The Flexicious DataGrid (and UltimateDataGrid) is a Flex 3rd party component designed to supplement the existing data grid and address many of its shortcomings.

29 questions
2
votes
2 answers

Node module in Rails project potentially caching old version?

I am working on a Rails project that uses flexicious-react-datagrid and flexicious-react-datagrid-styles node modules. These modules are referenced in the package.json as: "dependencies": { ... "flexicious-react-datagrid":…
UberMario
  • 193
  • 1
  • 13
1
vote
2 answers

Add itemEditorValidatorFunction with Pop up window confirmation to Flexicious Grid

I am trying to have my Flexicious DataGrid ask for confirmation of a change when I click in a cell to edit a value and enter a new value which deviates from the original by a certain percentage. I cannot see an easy way to do this. Initially, I…
1
vote
1 answer

Hide child headers for grouped column - nestedTreeDataGrid

I have a nestedtreedatagrid with two a column group. I wish to hide the header cells for the children in this group. I want the grid to only have a single header row, rather than the default of a header row for each child level. How can I accomplish…
Bort
  • 817
  • 6
  • 22
1
vote
1 answer

Flexicious Highlighted Cell

I'm wondering about highlighted cells in Flexicious Ultimate DataGrid. Not highlighted rows, but highlighted cells. I think maybe they are called active cells? But my question is how can I remove all highligting of cells from the Grid? I don't want…
user1513171
  • 1,912
  • 6
  • 32
  • 54
1
vote
1 answer

Refresh only one level on Flexicious Datagrid

Using ultimate flexicious datagrid with enableDynamicLevels="true", I search a way to refresh one dynamic level created on flexicious datagrid. I can't use rebuidBody function because it's a dynamic level created with custom children function. Is it…
pbrossard
  • 21
  • 1
1
vote
0 answers

Flexicious expandAll with children function

I use the new option getChildrenFunction to create my grid. All work fine and manuel expand of all level work fine but when I can't expand All levels(with grid.expandAll()) it stop one level before the end. How can I do ? Here my children function…
pbrossard
  • 21
  • 1
1
vote
1 answer

Flexicious DataGrid FlexDataGirdEvent.EDIT_END special case

I have a Flexicious DataGrid set up, and I have an ItemRenderer set on a certain column. Now, when I am editing an editable cell, and then stop editing it, the DataGrid fires a FlexDataGrid.EDIT_ITEM_END event (or something like that). When this is…
user1513171
  • 1,912
  • 6
  • 32
  • 54
1
vote
1 answer

Flexicious DataGrid Custom Button for expanding nextLevel

I'm just learning how to use Flexicious DataGrid and I have a problem. When I'm setting up my DataGrid I do this: var flexDataGridColumnLevel:FlexDataGridColumnLevel = new FlexDataGridColumnLevel(); flexDataGridColumnLevel.columns = columns; …
user1513171
  • 1,912
  • 6
  • 32
  • 54
0
votes
1 answer

Flexicious radioButtonMode

Flexicious added a radioButtonMode property to its FlexDataGridCheckBoxColumn component. It looks like a radio button but doesn't act like one because it allows me to select each row of data. Am I missing something? Do I need to write custom code…
fumeng
  • 1,771
  • 5
  • 22
  • 61
0
votes
1 answer

EZGrid React DataGrid showing error "Module not found: Error: Can't resolve 'react/jsx-runtime'"?

I'am on React v17 with ruby rails and receive an error like below: Cannot find module '\jsx\node_modules\react\jsx-runtime' imported from \jsx\index.mjs Did you mean to import react/jsx-runtime.j AS mentioned in tutorial into the below solution is…
0
votes
1 answer

why EUXDT React Data grid is getting scattered in my project from flexicious?

I am suing react 16. Is it possible work with react 16? Here is what happened when I implemented the grid in my project I tried to change styles and other stuffs but it didn't work.
0
votes
1 answer

Flexicious HTML DataGrid hide row based on column value

I have recently started working with HTML tree grid and was able to figure out how to hide different column based on visibility. My question to the developer is there a way by which I can hide a row in grid based on specific column value? For…
Rahul Kumar
  • 73
  • 1
  • 9
0
votes
1 answer

Flexicious DataGrid button clickable

I've started using flexicious data grid for the last couple of weeks and I have come up with a need to put a clickable button next to the value in my column. I add the button using javascript but the problem is that when I want to click on the…
strwoc
  • 511
  • 1
  • 9
  • 18
0
votes
1 answer

Emulating Excel spreadsheet like behaviour in Flexicious Grid

I was wondering if some of the following functionality which is available in Excel can be duplicated easily in Flexicious Grid, for example: 1) Copy and Paste from an external source - a group of values copied from an Excel Spreadsheet (this might…
0
votes
1 answer

Flexicioius selectionMode="singleRow" allowing multi-select

I have a FlexDataGrid with selectionMode="singleRow". In that grid, I have a FlexDataGridCheckBoxColumn with radiobuttonmode="true". However, if you click 'quickly' on two of the radiobuttons in the grid above, you can actually select multiple…
1
2