Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Webgrid Sorting
posted

I have a ultra web grid (version 2010), the problem I am facing is with the performance of sorting. its taking too much time for doing the sorting. How can i improve the speed of sorting the data in the Grid.

I thought of doing a custom server side sorting, but the problem is when ever i click on the header, its doing the in-built client side sorting and then comes to the SortColumn Event. I want to disable the client sorting. The header is disabled if I put "header click action = NotSet" or if I put "header click action = SortSingle" (if i put this option then only header click is getting enabled) its doing the default client sort first. I am putting "AllowSorting = "yes" and setting to sortonServer, but no use. Please help.

Regards

Biju Koshy