RS
Rajarajeswari S
Syncfusion Team
December 22, 2008 10:38 AM UTC
Hi Sergey,
Thanks for using Syncfusion products.
With GridGroupingControl, we can reset the TableDescriptor, using the following code snippet:
this.GridGroupingControl1.ResetTableDescriptor();
This will simply reset the TableDescriptor of the Grid to it's initial stage, it means Grouping, sorting, etc. happened dynamically will be removed. And the Grid will be refreshed.
There is not certain method for exactly refreshing the Grid. Could you please explain your requirement in detail for refreshing the Grid?
Regards,
Raji