This is a migrated thread and some comments may be shown as answers.

Move selected rows from RadGrid to another

1 Answer 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Saeid Kdaimati
Top achievements
Rank 2
Saeid Kdaimati asked on 16 Nov 2008, 08:49 AM
Hello

I'm using RadGrid Q3 2008, I've placed 2 grids on a page and enabled client side multi selecting, I need to move all selected rows from Grid1 to Grid2, I know that I can create DataTable for each grid and move selected DataRow then bind the grids, but is there any easier way to do this?

Best

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 18 Nov 2008, 04:12 PM
Hello Saeed,

You can take advantage of the drag and drop feature of our web grid for this purpose:

http://demos.telerik.com/ASPNET/Prometheus/Grid/Examples/Programming/DragAndDrop/DefaultCS.aspx

You can also store the modifications in a database if you prefer to use SQL backend as illustrated in the sample project here:

http://www.telerik.com/community/code-library/aspnet-ajax/grid/radgrid-items-reorder-using-db-backend.aspx
 
Best regards,
Stephen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Saeid Kdaimati
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Share this question
or