Data Grid 2

0
I imported Data Widget module so I could utilize the Data Grid 2 advanced features.    Does this mean I need to go through every single data grid and rebuild them using Data Grid 2 widget? Or is there a way to have that updated automatically because I “replaced” the module. 
asked
2 answers
3

Jaclyn,

As far as I know, there is not an automated way to replace Datagrid 1 widgets with Datagrid 2 widgets configured with the same attributes and properties.  You’ll need to do this manually.

Mike

answered
0

DataGrid2 is great, but beware of functions that are not (easily) available in DataGrid2:

- Listen-to-grid function (for a workaround see https://forum.mendix.com/link/questions/110821)

- SelectPage (for a workaround see https://forum.mendix.com/link/questions/118309)

- Refresh property (for a workatound see https://forum.mendix.com/link/questions/118201)

- Sorting on more then one column by clicking the header, hold shift, click another header

Probably this list is not complete.

answered