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
  • 19380
    posted

    Hi Bill,

    That does not sound right at all.  A few questions:

    • How many columns are in the grid?
    • What version of the product are you using?
    • What grid features are you using (Filtering, grouping, hierarchy, etc)
    • Are you just using a SQL data source on the server and binding to the grid or are you getting the intial data into the grid in some other way?

    Thanks,

    Jason

     

Reply Children