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
115
Performance Issues
posted
Hi, I am using Infragistics UltraWebGrid to display around 800-1000 records from a database. I find that it takes a huge amount of time for the grid to load. Once I am done with the grid binding (from a datatable) I am looping through the rows dynamically to add more columns (subsequently, more content), but I find that this does not take much time to execute. After going through the forum here, I incorporated the XMLLoad on Demand also. At the moment, grid-loading takes as long as five minutes for just 800 records, and after the grid loads, even a trivial operation like clicking of a checkbox takes ages to reflect on the grid. Can anyone indicate as to how I can speed up the grid loading? Thanks.