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

Track the mouse move during dragging a row

1 Answer 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alain
Top achievements
Rank 1
Alain asked on 11 Jul 2012, 12:16 PM
System: ASP.NET AJAX: 2012.2.607.40

Hello,

I would like to follow in a client event, like JQuery mousemove, the row being dragging. I saw that nothing exists in RadGrid in comparaison with the RadListBox::OnClientDragging.

With JQuery and by using client events RadGrid::OnRowDragStarted and RadGrid::OnRowDropping, what is possible to do to track the mouse move by keeping compatibility with RadGrid existing client events (and functionalities)?

Note: I tried to bind JQuery mousemove event on the element args.get_id() in the RadGrid::OnRowDragStarted event, but this element, args.get_id(), was the row staying in the RadGrid, not the dragging one.

Thank you,
Alain

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 12 Jul 2012, 02:08 PM
Hi Alain,

I have created a sample RadGrid web site where I demonstrated how to track the mouse position while dragging a row. Please check out the attached application and try to use it in accordance with your specific scenario.

Greetings,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Alain
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or