-
Notifications
You must be signed in to change notification settings - Fork 63
876010: Row drag and drop documentation and gif changes #4066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INQUEUE 🕒 |
CI Status: ABORTED ❌ |
The CI Job is already running for this Pull Request/Merge Approved with latest commit id. You cannot trigger the duplicate job for same. |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
blazor/datagrid/row-drag-and-drop.md
Outdated
@@ -9,7 +9,8 @@ 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 also achieve this by clicking, dragging, and dropping the rows onto 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have slightly modified the content. Please change it.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Venkat-Ayothi ,
Changed the content as per your suggestion.
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Documentation changes for the topic row drag and drop between the gird.
Task link: https://dev.azure.com/EssentialStudio/Ej2-Web/_workitems/edit/876010