Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jan 24, 2008 03:46
open dhtmlx forum
I want to draganddrop all the rows in one grid to another grid at one selection. please suggest your comments. Moreover i want to download dhtmlx_extdrag.js.

Answer posted by Support on Jan 24, 2008 06:42
You can select all rows by
    grid.selectAll();
But the drag-n-drop of multiple rows supported only in pro version.
( standard version supports only drag-n-drop of single row , but you can use onDrag event to detect the fact of d-n-d and move all rows by grid.moveRowTo command )