Hi,
Suppose if we sort a column and if I want to display the data in grid as it was there before (the sorting of column) in a button's client side click then how can I achieve it? Is it possible? If so how?
Any help on this will be highly appreciated.
Thanks & regards,
Assyst
Hello Assyst,It has been a while since you have made your post, in case you still need of support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. So my research on your issue/question shows that you probably could clear all the sorting like this in C# :
this.WebDataGrid1.Behaviors.Sorting.SortedColumns.Clear();for more information about grid sorting please follow the link below:http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebDataGrid_Sorting.html
this
.WebDataGrid1.Behaviors.Sorting.SortedColumns.Clear();for more information about grid sorting please follow the link below:
Hey Nikifor,
Thanks for the update. Actually I need them to clear without the occurrence of a post back. As I had not obtain the answer so far I had managed it some how and later I will post how I done it. Anyway thanks for the help after long. Greatly appreciating for your help.
Thanks,