Grid gives Stop Running Script error.

Hi,

We are using DHTML X gird 2.5 in our application. The gird is loaded from XML. In one page we a drop down were it contains 2000 records but when ever we load the page we are getting “Stop running the script” error. Can some please help with this issue?

Regards
Karthik

Try to enable smart rendering mode:

grid.enableSmartRendering(true);

dhtmlxgrid_srnd.js file must be attached on your page

Hi,

Thanks for the reply. We have enabled the smart rendering mode but still the issue persits. Also the current page (where we get the stop running script error) has zero records.
Could you please suggest some other option?

Regards
Karthik

Unfortunately we cannot reproduce this issue locally. Please check example of grid with large number of rows here dhtmlx.com/docs/products/dht … 50000.html
Please check if you have any code which loops over all rows in grid. This may decrease grid performance a lot.

Hi,

Thanks for the reply. Its not problem with the grid having more number of records. But the actual problem is combo box having more than 2000 records. We have a professional license for DHTMLXgrid 2.5 and we are trying to integrate DHTMLXcombo with DHTMLXgrid.

Could you please share us the possibilities of incorporating Combo with Grid.

Regards,
Karthik

To increase loading performance of combo options you can use “combo” eXcell type. Please find tutorial here dhtmlx.com/docs/products/dht … combo.html