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

RadDragAndDropManager & Grouping of columns

1 Answer 46 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Allan
Top achievements
Rank 1
Allan asked on 23 Jul 2009, 09:05 PM
Hi

I'm using the RadDragAndDropManager along with the RadGridView; it appears like the the column re-ordering and the grouping now no longer work. Do we have to code this manually if we use the RadDragAndDropManager?

1 Answer, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 24 Jul 2009, 12:13 PM
Hello Allan,

No, I expect that you only need to be careful when you start a drag operation. If you start a DragDrop with the DragDrop manager when column reordering will normally happen, then there may be some issues because only one will take precedence.

If you do not want to drag colmn headers around, then add a class event handler for the column header class and handle the DragQuery event there. Just make sure that the Query result is always true and you should have no problems with it.

Does this work in your case?

If it does not work in your case, could you give us more information on its specifics?

Greetings,
Miroslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Allan
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Share this question
or