DataGrid grouping drag drop within group

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?



1 Reply

PS Prathap Senthil Syncfusion Team April 4, 2024 11:04 AM UTC

Hi Tom Van Dyck,

Based on your query, we would like to clarify that while using the row drag-and-drop feature with grid grouping, you can rearrange rows from one group to another, but it's not feasible to drag and reorder rows within the same group. Dragging and dropping within the same group key is not supported. We have already outlined these limitations in the documentation below. Please refer to the documentation provided for further details.

Reference: https://blazor.syncfusion.com/documentation/datagrid/row-drag-and-drop#limitations

Regards,
Prathap S


Loader.
Up arrow icon