2X faster development
The ultimate WPF UI toolkit to boost your development speed.
SfDataGrid offers a built-in support for row drag and drop functionality by enabling SfDataGrid.AllowDraggingRows and AllowDrop property. This topic demonstrates row drag-and-drop operations between SfDataGrid.
<syncfusion:SfDataGrid x:Name="dataGrid" AllowDraggingRows="True" AllowDrop="True" LiveDataUpdateMode="AllowDataShaping" ItemsSource="{Binding UserDetails}" >
Row drag and drop between SfDataGridYou should enable AllowDraggingRows and AllowDrop property for the SfDataGrid’ s which are involved in row drag and drop operations. The following screenshot displays the selected row can be dragged and dropped from one SfDataGrid to another. Samples: |
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.
The example does not work for Visual Studio 2013. Drag and Drop works, but the rows that are inserted are empty! Could you please fix that in the example.