Hi Telerik,
I'm using HierarchicalDataTemplate in RadPanelItem for my datasource. I need to use drag-n-drop to reorder items and groups in RadPanelBar.
1. When user drags HeaderRow (group item) he should be able to change order of this group in list as result.
Original: After drag-n-drop by group header to the begin of list:
Group1 Group2
Item11 Item21
Item12 Item22
Item13 Group1
Group2 <--dragged to begin Item11
Item21 Item12
Item22 Item13
2. User also should be able to reorder item(s) (one or multiply selected) inside one group or move it to another group using drag-n-drop.
I'm more interested in the definition and visualization of position within the list where item should be moved.
Can you help me with direction of search or maybe little example?
Thanks.
Regards,
Alexey Lavrov
I'm using HierarchicalDataTemplate in RadPanelItem for my datasource. I need to use drag-n-drop to reorder items and groups in RadPanelBar.
1. When user drags HeaderRow (group item) he should be able to change order of this group in list as result.
Original: After drag-n-drop by group header to the begin of list:
Group1 Group2
Item11 Item21
Item12 Item22
Item13 Group1
Group2 <--dragged to begin Item11
Item21 Item12
Item22 Item13
2. User also should be able to reorder item(s) (one or multiply selected) inside one group or move it to another group using drag-n-drop.
I'm more interested in the definition and visualization of position within the list where item should be moved.
Can you help me with direction of search or maybe little example?
Thanks.
Regards,
Alexey Lavrov