From 0ac5dc72245e758ef789fbfc76849d47d82f53ea Mon Sep 17 00:00:00 2001 From: Gayathri4135 Date: Tue, 20 May 2025 17:26:59 +0530 Subject: [PATCH 1/2] Documentation(958056) - Need to add limitation in lazy-load-grouping --- .../grid/EJ2_ASP.MVC/grouping/lazy-load-grouping.md | 3 ++- .../grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/grouping/lazy-load-grouping.md b/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/grouping/lazy-load-grouping.md index 64376e2460..f946be8df2 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/grouping/lazy-load-grouping.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/grouping/lazy-load-grouping.md @@ -171,4 +171,5 @@ The following example demonstrates how to enable the lazy load grouping with vir * Row and Cell Spanning * Programmatic selection is not supported in lazy load grouping. * Drag selection, Cell selection (box and flow), Row Selection is not working in collapsed state. -* Clipboard is not support when the groups are in collapsed state. \ No newline at end of file +* Clipboard is not support when the groups are in collapsed state. +* In lazy load grouping, checkbox selection is limited to rows currently visible in the viewport. Range selection using (Shift + Click) and header checkbox selection are not supported due to row index mismatches from dynamically loaded data. \ No newline at end of file diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md index bc5ee6b620..51fa20f846 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md @@ -171,4 +171,5 @@ The following example demonstrates how to enable the lazy load grouping with vir * Row and Cell Spanning * Programmatic selection is not supported in lazy load grouping. * Drag selection, Cell selection (box and flow), Row Selection is not working in collapsed state. -* Clipboard is not support when the groups are in collapsed state. \ No newline at end of file +* Clipboard is not support when the groups are in collapsed state. +* In lazy load grouping, checkbox selection is limited to rows currently visible in the viewport. Range selection using (Shift + Click) and header checkbox selection are not supported due to row index mismatches from dynamically loaded data. \ No newline at end of file From 904ddba382981b38830e4152637c123eb6469fa6 Mon Sep 17 00:00:00 2001 From: Gayathri4135 Date: Fri, 23 May 2025 15:22:14 +0530 Subject: [PATCH 2/2] updated the md file --- .../grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md index 51fa20f846..10a5070da7 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md @@ -172,4 +172,4 @@ The following example demonstrates how to enable the lazy load grouping with vir * Programmatic selection is not supported in lazy load grouping. * Drag selection, Cell selection (box and flow), Row Selection is not working in collapsed state. * Clipboard is not support when the groups are in collapsed state. -* In lazy load grouping, checkbox selection is limited to rows currently visible in the viewport. Range selection using (Shift + Click) and header checkbox selection are not supported due to row index mismatches from dynamically loaded data. \ No newline at end of file +* When using lazy load grouping, checkbox selection is restricted to rows visible within the viewport. Features like range selection via (Shift + Click) and header checkbox selection are not supported, as dynamically loaded data can cause row index mismatches. \ No newline at end of file