Hi,
Anyone please provide me a sample code / working application for below scenario or post me if you have any other working online samples.
- I want to to drag single or multiple rows from a grid and drop single or multiple rows in another grid.
- Both grids are having different datasource (Column structures are different)
- In the drop even I want to get source grid selected rows details and update the datasource values only in destination grid selected rows.
Overall idea is I want to update destination grid columns by drag and drop it from source grid. In both grids user able to select multiple rows.
Please find the attachment.
Thanks in advance.