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.
Parents
  • 813
    posted

    I think you are also facing same problem as I had.

    this is a known performance Issue with IG Grid having more then 1000 rows with around 5-8 columns,

    you can refer to this case CAS-09408-5YNFAV

    there is no resolution for this problem.

    either reduce your size to 200 rows or face performance issue.

    one nice solution can be you can use paging if possible in your case.

Reply Children
No Data