Posted 13 September 2021, 9:58 pm EST - Updated 4 October 2022, 8:38 am EST
.NET5 FlexGrid How to change rows order by Drag&Drop?
Posted by: info on 13 September 2021, 9:58 pm EST
-
-
Posted 15 September 2021, 2:43 am EST
Hello,
Thank you for providing the snapshot.
Row dragging is supported in .Net 5 Flexgrid. You need to set AllowDragging property of Flexgrid to Both or Rows. But this will work for a single row.
However, You can drag and drop multiple rows by using C1DragDropManager. We have created a small sample achieving your requirement. Where you can Drag & Drop multiple Rows through Ctrl+Mouse Drag.
Please refer the attached sample for the same : FlexGridRowsDragDrop.zip
Regards,
Nitin
-
Posted 20 September 2021, 6:28 am EST
Thank you for your help. The sample is helpful.