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

RadPanelBar drag and drop

1 Answer 67 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Dusko
Top achievements
Rank 1
Dusko asked on 17 Jul 2013, 11:14 AM
I want be able to reorder items in radpanelbar like:
RadPanelBar
   MyList1   ->RadPanelItem
      item1   -> nested RadPanelItem
      item2
   MyList2
      item3
      item4

to

   RadPanelBar
      MyList1   ->RadPanelItem
         item1   -> nested RadPanelItem
         item2
         item3
      MyList2
         item3
         item4

I saw this  article but the thing is that i'm generating items dynamically on server, and for everything else i'm using
JavaScript.
Can you give me some examples or tips?


  

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 22 Jul 2013, 08:14 AM
Hello,

I would suggest review the following RadTreeView demo demonstrating how you can implement drag and drop functionality between two completely different or same RadTreeView objects. No need for using any code behind code just JavaScript.


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
PanelBar
Asked by
Dusko
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or