Microsoft JScript runtime error: Out of stack space

I am getting the error message “Microsoft JScript runtime error: Out of stack space” when trying to drag and drop a row from one grid to another. The grids show up in a pop-up window when called. When I drag a row from one grid to another, the row is not displaying over the grid it is being dragged to.





flGrid2 = new dhtmlXGridObject(‘FilterRightGrid’);

flGrid2.setImagePath(“dhtmlx/imgs/”);

flGrid2.setHeader(“Values”);

flGrid2.setColTypes(“txt”);

flGrid2.setInitWidths(“225”);

flGrid2.setColAlign(“left”);

flGrid2.setSkin(“light”);

flGrid2.setMultiLine(true);

flGrid2.enableDragAndDrop(true);



flGrid2.init();



flGrid = new dhtmlXGridObject(‘FilterLeftGrid’);

flGrid.setImagePath(“dhtmlx/imgs/”);

flGrid.setHeader(“Values”);

flGrid.setColTypes(“txt”);

flGrid.setInitWidths(“225”);

flGrid.setColAlign(“left”);

flGrid.setSkin(“light”);

flGrid.setMultiLine(true);

flGrid.enableDragAndDrop(true);



flGrid.init();



flGrid.enableSmartRendering(true, 50);

flGrid.clearAll();

flGrid.parse(response);


Hello,


the issue wasn’t reproduced locally. Could you please provide the complete demo (the sample that demonstates the problem) to suppot@dhtmlx.com.

I have attached a sample and the js file from dhtmlx.
rene.htm (6.13 KB)

The issue wasn’t reproduced. The sample will be sent by eamil.