And then I'd like to add a filterRow to the grid.
My problem is, that most of datagrid's functionality is in the GridBase component. However there is no connection between DxDataGrid and GridBase - I think something is missing. The DxDataGrid should inherit from GridBase.
Could you please look into it?
Hi Miha,
today I tried implementing a Dxdatagrid. I was successful in defining columns for the grid:
And then I'd like to add a filterRow to the grid. My problem is, that most of datagrid's functionality is in the GridBase component. However there is no connection between DxDataGrid and GridBase - I think something is missing. The DxDataGrid should inherit from GridBase. Could you please look into it?
Thanks Sven