VK
Vinoth Kumar K
Syncfusion Team
January 28, 2008 11:56 PM UTC
Hi Gz,
Thanks for using Syncfusion Products.
You can clear the sort and revert back to the original data order by using the following code. Please refer to the code given below:
this.gridGroupingControl1.TableDescriptor.SortedColumns.Clear();
Please let me know if you have any questions.
Regards,
Vinoth