Hi,
I want to move data between 2 listgrids as described in sample http://www.smartclient.com/smartgwt/showcase/#grid_db_dragging.
In our case destination and source tables have not client only datasources and when I call transferSelectedData, server call for updating data is invoked. We want to save all edits after other button click in once not partially, is it possible to do it with transferSelectedData?
We want only move record to listgrid without any other action.
thanks,
michal
I want to move data between 2 listgrids as described in sample http://www.smartclient.com/smartgwt/showcase/#grid_db_dragging.
In our case destination and source tables have not client only datasources and when I call transferSelectedData, server call for updating data is invoked. We want to save all edits after other button click in once not partially, is it possible to do it with transferSelectedData?
We want only move record to listgrid without any other action.
thanks,
michal
Comment