0

Is it possible to accomplish drag and drop on radpanelbar in ASP.NET like this and how?

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

to

RadPanelBar
  MyList1   ->RadPanelItem
     item1   -> nested RadPanelItem
     item2
     item3
  MyList2
     item3
     item4
user1610362
  • 637
  • 2
  • 9
  • 26

1 Answers1

0

As of now RadPanelBar doesnt support drag and drop...you could use RadTreeview and style the Treeview main node to a panel bar main bar look..

For RadTreeView drag and drop check the following documentation

http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/draganddropnodes/defaultcs.aspx
Arun Bertil
  • 4,598
  • 4
  • 33
  • 59