This question is locked. New answers and comments are not allowed.
Hey!
I implemented the Drag&Drop for row reordering according to the documentation. However, I noticed that reordering only works properly, if I don't group. In this post you mention, that I need a special property for ordering. I already have this property in my model (int SortIndex).
But how do I tell the Drag&Drop Manager or the GridView, which property it should manipulate and use for ordering within groups?
(A litle detail: The GridView displays invoice positions, that are grouped by date. All invoice positions have a SortIndex property (int), that I intended to use for sorting.)
I implemented the Drag&Drop for row reordering according to the documentation. However, I noticed that reordering only works properly, if I don't group. In this post you mention, that I need a special property for ordering. I already have this property in my model (int SortIndex).
But how do I tell the Drag&Drop Manager or the GridView, which property it should manipulate and use for ordering within groups?
(A litle detail: The GridView displays invoice positions, that are grouped by date. All invoice positions have a SortIndex property (int), that I intended to use for sorting.)