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
40
Reducing markup output of WebGrid
posted

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.