DHTMLX GRID-Combo Stop running the script

Hi All

if the combo box is having more than 2000 options for a single column. I am getting “Stop running the script” error while loading the page.

Previously I’m using column type as ‘coro’ for combo box. after searching in forums i have changed the type as “combo”.

Even then the problem is not fixed. could you please provide us a solution to avoid this problem?

i have attached the demo folder wherein you can replicate the issues.

vend_pricing_working.html is a normal screen(with <900 options) wherein vend_pricing_Script_error.html is the screen(with <2039 options) we are facing the problem.

Kindly do the needful.

Thanks,
Elango
grid_stop_running_error.rar (1020 KB)

Unfortunately the issue cannot be reproduced locally.
both html-files load well for me.
Could you clarify what browser causing the error for you.

In IE8 we are facing this problem. where as in chrome, IE9 and higher versions of IE it’s working fine.
could you provide any possible solution for this as we have users with IE8 and struggling with this problem…

Unfortunately the only available possibility to improve the performance in IE8 is to use the dynamic loading of your options for the combo column.
You can see the similar approach in the following sample:
dhtmlx.com/docs/products/dhtmlxG … combo.html
in the “autocomplete mode” column.