I am using Infragistics Ultrawebgrid on my asp page,now I need to sort data based on user clicked columns but every time i don't want to fetch the records from the table.
I have enabled the in-build sorting property but at certain situations the sorting is not in sorted order ,here when the user clicks a specific column of the Grid, the data must be sorted based on the column not from the database query..can any one help me to find solution .......
-Anbuselvan
Hi Petar Ivanov,pages are not having this sorting performance issue as we have LoadOnDemandXml property and server-side sorting and rest of grid pages are having client-side sorting. Client-side sorting will not work with LoadOnDemand property hence this property is removed in these pages which can improve only page load performance. How to improve the client-side sorting performance in Infragistics Web Grid.
Hi anbusel,
Please feel free to contact me if you need further assistance regarding your scenario.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
I would suggest that you set the "AllowSortingDefault" property in your grid's DisplayLayout to "OnClient" to allow for client-side sorting. If you are experiancing additional issues with sorting I would need a more detailed description of the behaviors you are experiencing along with information regarding your product version.
Please feel free to contact me if you have any additional questions.