This question is locked. New answers and comments are not allowed.
I know this has been a pertinent question.
I have achieved almost a full drag-and-drop functionality using a RIA Databound RadTreeView withthe HierarquicalTemplate.
I'm currently using the DragAndDropManager to process the Preview events to query if the DND operation is possible or not. However, the only thing i am missing, is arranging the order of the nodes.
My hierarquical data has a SortId field, and i can update the sortId and re-calculate all the SortIds on the item's ViewModels. However, when i update an item's SortID i dont know how do i tell the TreeView to update the nodes index position...
Is there any way to databind the SortID to the TreeView to achieve the described feature?
Looking forward for a solution...
I have achieved almost a full drag-and-drop functionality using a RIA Databound RadTreeView withthe HierarquicalTemplate.
I'm currently using the DragAndDropManager to process the Preview events to query if the DND operation is possible or not. However, the only thing i am missing, is arranging the order of the nodes.
My hierarquical data has a SortId field, and i can update the sortId and re-calculate all the SortIds on the item's ViewModels. However, when i update an item's SortID i dont know how do i tell the TreeView to update the nodes index position...
Is there any way to databind the SortID to the TreeView to achieve the described feature?
Looking forward for a solution...