hi,
Is it correct to state drag & drop is not possible within a group of a grouped datagrid.
Let me rephrase that: if we have a datagrid where we apply grouping, it is possible to drag and drop rows between the different groups, but not within the same group.
So when we have a group A with rows A1, A2 and A3 and a group B with rows B1, B2 and B3:
- we can drag & drop A1 to group B
- we can drag & drop B1 to group A
- we can not drag & drop A1 within group A to another position (let's say between A2 and A3)
Is this there a way to make this work?