Grid drag drop to create new record

Hi,

I have two grids say A, B. Grid A has 10 columns and Grid B has 3 columns to be displayed. When I drag a record from A to B , I do not want to display all the rowvalues of A row. In fact only the three columns of grid B has to be set for the newly inserted record. Can any one help me how to do this in dhtmlx.

-Nitya

You can use “onDrop” event and change values at target grid. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … ent_ondrop
docs.dhtmlx.com/doku.php?id=dhtm … g_and_drop