Hi,
I have drag and drop working to your gridview control so that it adds another item to the grid perfectly. I am now trying to find out which particualr cell the user dropped to so I can add the payload of the drop to that particular cell. I cannot however find where to get which cell the user dropped to.
Any help would be appreciated.
Paul
Edit: I should also add that I achieved the drag and drop using the RadDragAndDropManager
I have drag and drop working to your gridview control so that it adds another item to the grid perfectly. I am now trying to find out which particualr cell the user dropped to so I can add the payload of the drop to that particular cell. I cannot however find where to get which cell the user dropped to.
Any help would be appreciated.
Paul
Edit: I should also add that I achieved the drag and drop using the RadDragAndDropManager
4 Answers, 1 is accepted
0
Hello Paul,
I have prepared sample application, demonstrating how to get the elements below the mouse. Please have a look at it and let me if this fits in your case. If you have any other questions or issues do not hesitate to contact us.
Kind regards,
Tsvyatko
the Telerik team
I have prepared sample application, demonstrating how to get the elements below the mouse. Please have a look at it and let me if this fits in your case. If you have any other questions or issues do not hesitate to contact us.
Kind regards,
Tsvyatko
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
gabor
Top achievements
Rank 1
answered on 30 Mar 2011, 11:22 AM
Hi,
looking at the sample code I cannot understand one thing:
The OnGridDropInfo does not seem to run on the mouseButtonUp event. I'd expect it to run in this case.
Am I misunderstanding something?
Thanks,
Gabor
looking at the sample code I cannot understand one thing:
The OnGridDropInfo does not seem to run on the mouseButtonUp event. I'd expect it to run in this case.
Am I misunderstanding something?
Thanks,
Gabor
0
Hello gabor,
Tsvyatko
the Telerik team
OnGridDropInfo is raised every time after OndropQuery approves (through e.QueryResult). More information about the Drag and Drop events can be found here - http://www.telerik.com/help/silverlight/raddraganddrop-events-overview.html
Kind regards,Tsvyatko
the Telerik team
0
gabor
Top achievements
Rank 1
answered on 30 Mar 2011, 03:08 PM
Hi
Tsvyatko,
thanks, that's of great help.
Cheers,
Gabor
thanks, that's of great help.
Cheers,
Gabor