Posted 20 November 2017, 2:08 pm EST
Hi,
I was wondering how I can move a row of C1 Datagrid to another position with the mouse, I would really appreciate the help
regards
Forums Home / ComponentOne / WPF Edition
Posted by: erick.duarte.godoy on 20 November 2017, 2:08 pm EST
Posted 20 November 2017, 2:08 pm EST
Hi,
I was wondering how I can move a row of C1 Datagrid to another position with the mouse, I would really appreciate the help
regards
Posted 21 November 2017, 2:33 am EST
Hi,
Drag-Drop or move a row in C1DataGrid is not possible directly. However, you can implement the same operation using custom code.
Please find a sample application for achieving the same.
Thanks,
Singh
WpfRowDragDropSample.zip
Posted 21 November 2017, 12:03 pm EST
Thanks alot for the help,
Regards.