Hi
I am using ultrawebgrid, version 2010. I am facing an issue with the sorting, when i click on the column header it is taking long time to sort the data. it doesnt have too much data to sort!!
it was working fine with XP, IE 6 but when I upgraded to WIN 7 IE8, its giving this performance issue.
I am using Infragistics webgrid default sorting. I have a code line on page load as
"Grid.Columns[1].SortIndicator = SortIndicator.Ascending;"
and its doing the sorting. No other code or script used.
Please help me to improve the sort performance.
Thanks for the help in advance
Biju Koshy
Hello koshybiju82,
This is just a follow up on the thread if you have any questions in regards to enabling load on demand by setting the Browser and LoadOnDemand properties to Xml. In the help documentation provides information on enabling the feature in particular.
Let me know if you have any questions with this matter. Thank you.
For performance considerations can be found at our help documentation: http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebGrid_Performance.html.
In the UltraWebGrid you can set the Browser and LoadOnDemand properties to Xml. This will allow the amount of data to be reduced to the client. More information can be found here: http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebGrid_Xml_Rendering_and_Xml_Load_on_Demand.html.
Also within the sorting feature can be enabled within the server. By default it's set to client.
Here's the attached sample that I ran using the features for the UltraWebGrid in NetAdvantage 11.1.20111.2020.