Categories | Question details Back To List | ||
drag and drop within Grid Hi, I m using dhmlx grid 1.6 PRO . I want to provide drag and drop b/w ROWS within grid. how i will do it? Regards Answer posted by dhxSupport on Apr 16, 2009 03:05 Your grid version does support such functionality. You shuold enable drag-n-drop for your grid: mygrid.enableDragAndDrop(true); Please see example here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/drag_n_drop/pro_drag_events.html |