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

GridDragandDrop

1 Answer 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jude
Top achievements
Rank 1
jude asked on 17 Nov 2011, 06:22 AM
Hi,
I have got two grids, where drag and drop is possible. I am using the event Row drop.

When I drag the row, I want the row drop event to be triggered only when the row is dragged outside that particular grid. Else I don't want to trigger the RowDrop event.

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 17 Nov 2011, 07:14 AM
Hello,

Please check below link.
Grid / Items Drag-and-drop

and

You can achieve your requirement by using <ClientEvents OnRowDropping="onRowDropping" />  .

Note : in this event you can check your destination control and you can triggered RowDrop event conditionally.

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
jude
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or