Javascript long run script dialog box is shown

Hi,

i am loading large number of rows to dhtmlx grid, say around 10,000. While loading data in grid we are getting browser dialog box saying, " the script is taking long to run the current script, do you want to run the script or stop". After doing some reasearch we came to know that no of java script statements execution is exceeding limit (5000, found in one of sites) at a time.

Can anyone help here to resolve displaying long run script dialog box while loading/updating data grid data?

Thanks In Advance,
PV

You need to enable paging or smart rendering to work with big datasets

docs.dhtmlx.com/doku.php?id=dhtm … _rendering
docs.dhtmlx.com/doku.php?id=dhtmlxgrid:paging