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

Drag Drop no longer working in Q1 2011

1 Answer 79 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
Dawn
Top achievements
Rank 1
Dawn asked on 23 Mar 2011, 02:26 PM
After upgrading to Q1 2011, drag and drop within a single treeview is no longer working in an existing project.  The treeview is bound to a DataTable.

 

 

 

tv.AllowDragDrop = true;
tv.DataSource = _subOptions;
tv.DisplayMember = "optionDesc";
tv.ValueMember = "OptionID";

According to the documentation, this simple example should work. Any idea why it doesn't?

1 Answer, 1 is accepted

Sort by
0
Svett
Telerik team
answered on 28 Mar 2011, 11:22 AM
Hi Dawn,

In the latest version of RadTreeView (Q1 2011 11.315), we shipped sort and filtering support which constrains the possibility to do drag and drop operation in bound mode. This operation is valid only for unbound mode, if sorting and filtering functionalities are not performed.

Best wishes,
Svett
the Telerik team
Tags
Treeview
Asked by
Dawn
Top achievements
Rank 1
Answers by
Svett
Telerik team
Share this question
or