Hi,
I have the problem where i have a drag and drop event that should update the database with the new ordering.
I can find the new index of the moved element from the DragAndDropEventArgs so that is not the problem.
I was wondering if i can find the new indexes of all the elements that are either moved up or down due to the reordering and that way update the database, so the states of the element in the database and the browser are the same.
Furthermore, can i set what property that the treeview is sorting on?