Hi,
We are using Infragistics v11.1 in one of our projects. We are in the process of optimizing. During this process I have discovered that markup trail of grids can be very large. For instance, in one page we have 3 grids.
I have populated one grid with data (4 rows and 2 columns), other two grids are empty. When examining generated markup, I have discovered that size of js methods "igtbl_initGrid" for all three grids is 60KB. This seems like too much. What can I do to affect and potentially reduce size of webgrid's markup? I have already turned off viewstate for all grids but this saves me only 10KB of total page size, which is not nearly enough for me.
Hello srcbg,
If you still need any assistance on the matter do not hesitate to ask.
Hello srcbg ,
I have been looking into your issue and I could suggest you try the approaches for improving performance listed here:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebGrid_Performance.html
Another thing that you could try is minifying the js and css files that you have in your application.
Please notice that UltraWebGrid is already retired so we can strongly recommend you use our new WebDataGrid along with our ajax compression framework:
http://help.infragistics.com/NetAdvantage/ASPNET/2012.2/CLR4.0/?page=About_Ajax_Compression.html
Please let me know if you need any additional information on this matter.