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
150
Unknown script error when binding large amounts of data in WebDataGrid
posted

Hi,

I've noticed one issue when using a WebDataGrid that contains a large amount of data (say 19,000 rows or above) and utilizing paging (say 100 rows per page). 

Unresponsive Script Message is shown when binding more than 18,000 records in FireFox.

In Google Chrome script error is happening when binding with more than 24,000 records. You can see the error in console mode of the browser.

In IE,all data will bind but its takes too much time.

After this Unresponsive script error, we cannot filter and cannot navigate to another page. "Server Not Responding" error popup from the WebDataGrid control (there are other variations of that error that I sometimes get as well).

Is there simply a limitation on how much data a WebDataGrid can manage ?

Here am attaching the solution which I used.

Infragistics Web 29-Sep.rar