diff --git a/blazor/datagrid/images/blazor-datagrid-row-drag-and-drop.gif b/blazor/datagrid/images/blazor-datagrid-row-drag-and-drop.gif index 24509a3df9..0ea7b39cf9 100644 Binary files a/blazor/datagrid/images/blazor-datagrid-row-drag-and-drop.gif and b/blazor/datagrid/images/blazor-datagrid-row-drag-and-drop.gif differ diff --git a/blazor/datagrid/row-drag-and-drop.md b/blazor/datagrid/row-drag-and-drop.md index e7bddc48bb..00d288f3d6 100644 --- a/blazor/datagrid/row-drag-and-drop.md +++ b/blazor/datagrid/row-drag-and-drop.md @@ -9,7 +9,7 @@ documentation: ug # Row Drag and Drop in Blazor DataGrid Component -The grid row drag and drop allows you to drag and drop grid rows to another grid or custom component. To enable row drag and drop, set the [AllowRowDragAndDrop](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_AllowRowDragAndDrop) to true. The target component where the grid rows are to be dropped can be set by using the [TargetID](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridRowDropSettings.html#Syncfusion_Blazor_Grids_GridRowDropSettings_TargetID). +The grid row drag and drop feature enables users to move grid rows within the same grid or to another grid or custom component using the drag icon. Users can utilize the drag icon to move grid rows within the same grid or to another grid or custom component. To enable row drag and drop, set the [AllowRowDragAndDrop](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_AllowRowDragAndDrop) to true. The target component where the grid rows are to be dropped can be set by using the [TargetID](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridRowDropSettings.html#Syncfusion_Blazor_Grids_GridRowDropSettings_TargetID). ```cshtml @using Syncfusion.Blazor.Grids