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

RadTreeList fireCommand not firing

0 Answers 77 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Kannan
Top achievements
Rank 1
Kannan asked on 04 Sep 2012, 11:24 AM
Hi,

 I am using Telerik RadTreeList with the option of Drag and Drop of rows. In the Client Side itemDropping event i have used the following code.

 var itm = args.get_draggedItems()[0];
itm.fireCommand("CustomItemsDropped", 1);

But this fireCommand is not firing the Server Side ItemCommand of RadTreeList. Please let me know a better solution for this.

Thanks & Regards
Kannan. S


No answers yet. Maybe you can help?

Tags
TreeList
Asked by
Kannan
Top achievements
Rank 1
Share this question
or