Categories | Question details Back To List | ||||||||
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); Answer posted by Alex (support) on Nov 10, 2009 07:46 Hello, the issue wasn't reproduced locally. Could you please provide the complete demo (the sample that demonstates the problem) to suppot@dhtmlx.com. Answer posted by ray on Nov 10, 2009 10:26 I have attached a sample and the js file from dhtmlx. Attachments (1)
Answer posted by Alex (support) on Nov 11, 2009 01:48 The issue wasn't reproduced. The sample will be sent by eamil. |