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
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