Hi Isomorphic,
I'm using smartgwt.jar version: v12.0p_2020-02-29
I'm using a Listgrid with a local Datasource.
For exemple, i will take 3 columns (Name, Surname,Age), grouping is enable on column "Age".
If i call grid.updateData(record), sort is launched if i modify column "Name" or "Surname".
In our case, sort is time consuming (and "grouping..." screen is unnecessarily displayed)
In datachanged method (in ListGrid.js), i see that you never use groupByFields for check if grouping is necessary for the updated record.
Is-it expected, a bug or an enhancement?
Thanks for your answer.
I'm using smartgwt.jar version: v12.0p_2020-02-29
I'm using a Listgrid with a local Datasource.
For exemple, i will take 3 columns (Name, Surname,Age), grouping is enable on column "Age".
If i call grid.updateData(record), sort is launched if i modify column "Name" or "Surname".
In our case, sort is time consuming (and "grouping..." screen is unnecessarily displayed)
In datachanged method (in ListGrid.js), i see that you never use groupByFields for check if grouping is necessary for the updated record.
Is-it expected, a bug or an enhancement?
Thanks for your answer.
Comment