Good evening,
How can I enable Drag Row for sorting?
I checked the Demo "Reorder" on Github, but it doesn't work, I can drag the items but they don't move.
I tried to Add:
- AllowSorting="true" AllowRowDragAndDrop="true" AllowReordering="true" to EjsGridadded
- AllowReordering="true" to all the columns,
- Mode="@SelectionMode.Row" type="@SelectionType.Multiple" to GridSelectionsettings
Is there something I am missing?