28 questions
9
votes
3
answers
15k
views
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 ...
0
votes
1
answer
48
views
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.
2
votes
2
answers
616
views
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": {
...
"...
0
votes
1
answer
163
views
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 ...
0
votes
1
answer
124
views
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 ...
0
votes
1
answer
162
views
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 ...
1
vote
2
answers
103
views
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 ...
0
votes
1
answer
221
views
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 ...
1
vote
1
answer
286
views
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 ...
0
votes
1
answer
143
views
Flex/Flexicious UI Bug with Firefox v19
We have a Flex program which uses Flexicious grids and have recently upgraded to Firefox v19.0. We have found that if the Firefox browser has a theme on it, we encounter an issue: If you are working ...
0
votes
1
answer
271
views
Flexicious - Close itemEditor
I got a very stupid problem which I just can't resolve : I want to close an item Editor in my FlexDataGrid from Flexicious.
Indeed, when I hit the Enter key, I enter my itemEditEndHandler function, ...
0
votes
0
answers
263
views
Flex Array of buttons in datagrid
I have an ExtendedAdvancedDataGrid with a column which has toggle buttons in it (here is a snippet of the mxml code):
<columns:ExtendedAdvancedDataGridColumn id="toggle" sortable="false" editable="...
0
votes
1
answer
184
views
Flexicious MultiSelectComboBox Popup Text color
I have a MultiSelectComboBox in an ExtendedAdvancedDataGrid to filter a column, and when I click on it, the text in the popup box (a list of check boxes) is light grey on a white background. I tried ...
0
votes
1
answer
211
views
Flexicious Components Style Options
Is there a reference somewhere that lists all the style options for each type of component?
0
votes
1
answer
368
views
Flexicious Ultimate Datagrid: set height of column header
I am adding a headerRenderer to the FlexDataGridColumn. Is it possible to customize the height of the FlexDataGridColumn so that all elements of the headerRenderer are visible ?