I'm using SmartGWT LGPL 4.0
I would like to get grouping configuration, persist it in DB and set it back in list grid when user will open view again.
I can see list grid methods: getGroupByFields() and setGroupByFields() that should be fine for most of the cases.
But in case of date field type I'm able to set additional grouping option in grouping configuration dialog (by Day, by Week, by Month, by Quarter, by Year, by Day of Month, by Upcoming)
How can I get and set this information in list grid in code?
I would like to get grouping configuration, persist it in DB and set it back in list grid when user will open view again.
I can see list grid methods: getGroupByFields() and setGroupByFields() that should be fine for most of the cases.
But in case of date field type I'm able to set additional grouping option in grouping configuration dialog (by Day, by Week, by Month, by Quarter, by Year, by Day of Month, by Upcoming)
How can I get and set this information in list grid in code?
Comment