Hi All,
I had inherited an application which uses an UltraWebGrid,(I believe it might be version 10.1) the dataset that loads into that web grid has a result of 589 records, which causes ie8 to bog down and become unresponsive. Is there a property for the grid to allow caching? Im looking to improve the performance and speed it up a bit. Any suggestions would be appreciated.
Thanks
A
Hello acboyer,
We have a few things that can be done improve performance. I would recommend using paging and or load on demand. Please see the following links for documentation on these features.
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/WebGrid_Paging.html
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/WebGrid_Load_On_Demand.html
Please also see the following link for further information about performance:http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebGrid_Performance.html
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
Thanks a bunch Mike. :-)