Hi,
I'm trying to use your DragDropManager to be able to reorder my lists as I wish.
And I have to congratulate you because it's very easy to use when you just want to reorder a list.
Unfortunately, I would like to execute a method after each drag and drop action.
I tried to bind a command on the Drop event but the list order wasn't modified yet.
So I found the telerik:DragDropManager.DragDropCompleted which seemed perfect but I didn't succeed to use it.
I tried to respect MVVM pattern with the telerik:EventToCommandBehavior, System.Windows.Interactivity.EventTrigger but it didn't work.
I also tried to use it in the code-behind (xaml.cs) but nothing works.
Can you help me to understand what's the problem ?
And can you also help me to find a way to resolve my problem within respect the MVVM pattern ?
Thanks in advance for your time and your answer.
I'm trying to use your DragDropManager to be able to reorder my lists as I wish.
And I have to congratulate you because it's very easy to use when you just want to reorder a list.
Unfortunately, I would like to execute a method after each drag and drop action.
I tried to bind a command on the Drop event but the list order wasn't modified yet.
So I found the telerik:DragDropManager.DragDropCompleted which seemed perfect but I didn't succeed to use it.
I tried to respect MVVM pattern with the telerik:EventToCommandBehavior, System.Windows.Interactivity.EventTrigger but it didn't work.
I also tried to use it in the code-behind (xaml.cs) but nothing works.
Can you help me to understand what's the problem ?
And can you also help me to find a way to resolve my problem within respect the MVVM pattern ?
Thanks in advance for your time and your answer.