Categories | Question details Back To List | ||
how to drag and drop in grid.
Hi, i am trying to implement drag and drop functionality in a grid but when i am writing code mygrid.enableDragAndDrop(true); i am getting below error: Microsoft JScript runtime error: Object doesn't support this property or method Is there any js file to include in page? thanks in advance:) Rahul Answer posted by dhxSupport on Jul 06, 2009 01:55 Please check this article http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=10387. Please see more information about drag-n-drop functionality here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Managed_Drag_and_Drop.html#grid_mandnd |