How to refresh data when the grid is grouped without using the refreshData () method, this method is ungrouping and grouping again every time it is called and I do not need it. :(
Announcement
Collapse
No announcement yet.
X
-
You can simply call groupBy from the refreshData() callback to restore the same grouping, if desired. To reopen the same folders (if they exist in the new data) you would traverse the groupTree and store off which folders were open, then re-open those same folders once grouping is complete (see groupByComplete).
Comment
Comment