I'm new to SmartGWT. I want to implement ListGrid with serverside gruping. I'm using version 5.1.
So far i managed to implement custom data source which feeds the grid with data but grouping is done on client only. Grid asks server for data but does grouping on his own.
What do i have to do to make Grid ask for grouping on the serverside?
So far i managed to implement custom data source which feeds the grid with data but grouping is done on client only. Grid asks server for data but does grouping on his own.
What do i have to do to make Grid ask for grouping on the serverside?
Comment