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
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