From afa3b22a779def9320e09cce001705605afd027b Mon Sep 17 00:00:00 2001 From: prakashrajsf3945 <115706324+prakashrajsf3945@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:23:52 +0530 Subject: [PATCH 1/3] 851375: Added documentation for row drag and drop with grouping feature. --- blazor/datagrid/row-drag-and-drop.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/blazor/datagrid/row-drag-and-drop.md b/blazor/datagrid/row-drag-and-drop.md index 54a1923473..ef0c4869ee 100644 --- a/blazor/datagrid/row-drag-and-drop.md +++ b/blazor/datagrid/row-drag-and-drop.md @@ -134,4 +134,7 @@ N> For performing row drag and drop action on the datagrid, any one of the colum * Multiple rows can be drag and drop in the row selections basis. * Single row is able to drag and drop in same grid without enable the row selection. -* Row drag and drop feature is not having built in support with sorting, filtering, hierarchy grid, row template and grouping features of grid. \ No newline at end of file +* Row drag and drop feature is not having built in support with sorting, filtering, hierarchy grid and row template features of grid. +* Grouping via row drag-and-drop feature lacks support for lazyload grouping. +* Drag and drop within the same group key is not supported. +* Multiple group row selections drag and drop is not supported. \ No newline at end of file From 6a64e85576b1a6021fb67dfbd80fa6f3adbb0c08 Mon Sep 17 00:00:00 2001 From: Venkatesh Ayothiraman <92902915+Venkat-Ayothi@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:54:14 +0530 Subject: [PATCH 2/3] 851375: Modified the limitation --- blazor/datagrid/row-drag-and-drop.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blazor/datagrid/row-drag-and-drop.md b/blazor/datagrid/row-drag-and-drop.md index ef0c4869ee..d9e1761fd3 100644 --- a/blazor/datagrid/row-drag-and-drop.md +++ b/blazor/datagrid/row-drag-and-drop.md @@ -136,5 +136,4 @@ N> For performing row drag and drop action on the datagrid, any one of the colum * Single row is able to drag and drop in same grid without enable the row selection. * Row drag and drop feature is not having built in support with sorting, filtering, hierarchy grid and row template features of grid. * Grouping via row drag-and-drop feature lacks support for lazyload grouping. -* Drag and drop within the same group key is not supported. -* Multiple group row selections drag and drop is not supported. \ No newline at end of file +* Drag and drop within the same group key is not supported. DataGrid does not support the drag-and-drop functionality for multiple rows originating from different grouped collections. From 2fb6de1248bcbb83e60ac7702fb62ae88b9557d5 Mon Sep 17 00:00:00 2001 From: MaithiliyK Date: Fri, 9 Feb 2024 13:45:56 +0530 Subject: [PATCH 3/3] Update row-drag-and-drop.md --- blazor/datagrid/row-drag-and-drop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazor/datagrid/row-drag-and-drop.md b/blazor/datagrid/row-drag-and-drop.md index d9e1761fd3..935520b975 100644 --- a/blazor/datagrid/row-drag-and-drop.md +++ b/blazor/datagrid/row-drag-and-drop.md @@ -135,5 +135,5 @@ N> For performing row drag and drop action on the datagrid, any one of the colum * Multiple rows can be drag and drop in the row selections basis. * Single row is able to drag and drop in same grid without enable the row selection. * Row drag and drop feature is not having built in support with sorting, filtering, hierarchy grid and row template features of grid. -* Grouping via row drag-and-drop feature lacks support for lazyload grouping. +* The row drag-and-drop feature for grouping currently lacks support for lazyload grouping. * Drag and drop within the same group key is not supported. DataGrid does not support the drag-and-drop functionality for multiple rows originating from different grouped collections.