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

Drag Drop to New DB Table

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark Galbreath
Top achievements
Rank 2
Mark Galbreath asked on 28 Aug 2009, 02:07 PM

I have searched the forum for this issue without success and your online example is too simiplistic to adapt.

I have 4 grids on a page, each representing a separate db table, and the schema for each table is different.  I need to drag rows from 3 of the grids to the 4th to form new records aggregating the data from the 3 source tables.  I know how to capture the contents of the 4th grid and to update the db.  My problem is getting the rows from each of the 3 source grids to stick to the 4th grid.

RadGrid_1 -----------

                               |

RadGrid_2 -------------------> RadGrid_4

                               |

RadGrid_3 -----------

Can this even be done?  If so, is there a reference implementation somewhere?

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 02 Sep 2009, 03:23 PM
Hello Mark,

Unfortunately dragging rows from different grids simultaneously to form aggregated records in another grid is not possible. The only workaround I can think of is to display the records from the three grid instance in a single grid in order to drag them at the same time and visualize them in the other grid. I hope this is feasible solution for your scenario.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Mark Galbreath
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Share this question
or