I notice in the Sortable demos you guys show how to move an item in a DataSource instance on the change event. How would I go about properly doing this if I am using an ObservableArray instead?
1 Answer, 1 is accepted
0
Alexander Valchev
Telerik team
answered on 24 Apr 2014, 10:25 AM
Hello,
Basically the approach is similar - the developer should hook up to the change event of the Sortable widget which fires after DOM is re-arranged and use the splice method to modify the observable array.