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

[Solved] RowReorderBehavior not working in latest controls

2 Answers 146 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jason
Top achievements
Rank 1
Jason asked on 28 Jul 2011, 04:50 PM
Hey,

Today is 7/28/2011.  We updated to the latest controls a week or so ago.  The RowReorderBehavior from the demos are no longer working when dropping over anothe row.  If i drop over a blank part of the grid everything works, but if i drop over another row it doesnt.  What i have found is that tha OnDragInfo with a DragStatus of DropComplete works fine to remove the item from the list, but the OnDropInfo just flat out never fires after that.  If i drop over a blank part of the grid both the OnDragInfo and the OnDropInfo fire with a DragStatus of DropComplete.  Its as if something new is causing the drop not to see that its also being dropped on the grid behind the row and just stops at the row.

Is this demo still working for yall with the latest controls?

2 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 02 Aug 2011, 10:16 AM
Hi Jason,

 I have checked the online demo and it is working all right. That is why I have created a sample project with the code from the Q1 SP1 version of the controls. After that I have changed the project to use the new .dlls and the row reordering seems to work well again.
May you please review the sample app and share with us how it differentiated from yours?

The new DnD framework documentation will be updated in our help resources and the articles soon, so you may find some helpful information there.

I am looking forward to hearing from you.
 

Best wishes,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Jason
Top achievements
Rank 1
answered on 12 Aug 2011, 09:44 PM
sorry havent gotten a chance to test it out yet, i was able to modify the code to get it working for us temporarily but still want to test with your sample to see if there is anythying different
Tags
GridView
Asked by
Jason
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Jason
Top achievements
Rank 1
Share this question
or