SA
Saravanan A
Syncfusion Team
October 11, 2007 03:39 AM UTC
Hi Falk,
There is no direct way to do this, since while reloading the table, GridEngine will get reinitialized and all the previous state will be lost. If you want to maintain the expanded state of the groups while reload, then you would have to store the states of all the groups in a hashtable or an array list before reloading. And then apply those states for the groups after reloading.
Regards,
Saravanan