with release Q2 2011 it is not possible to reorder the columns of a RadGridView with drag&drop. The drop adorner is not shown.
With release Q3 2010 this works perfectly. Are there any modifications I have to make in my code?
Best regards
Uli
2 Answers, 1 is accepted
0
Accepted
Maya
Telerik team
answered on 17 Aug 2011, 12:05 PM
Hello Uli,
I have tested the case, but I was not able to get the behavior that you described. I was able freely to reorder the columns by dragging and dropping their headers. Is there anything more specific that you do ? Do you handle any of the events of the drag drop manager ?
Regards,
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>
your assumption was right. I'm handling some of the drag events of the RadGridView. I adjusted my code to the behaviour of your new release. Thank you.