Skip to content

Commit b7746ec

Browse files
Merge pull request #4229 from Syncfusion-Content/hotfix/hotfix-v29.2.4
DOCINFRA-2341_merged_using_automation
2 parents c046a7b + 836923b commit b7746ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/grouping/lazy-load-grouping.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,5 @@ The following example demonstrates how to enable the lazy load grouping with vir
171171
* Row and Cell Spanning
172172
* Programmatic selection is not supported in lazy load grouping.
173173
* Drag selection, Cell selection (box and flow), Row Selection is not working in collapsed state.
174-
* Clipboard is not support when the groups are in collapsed state.
174+
* Clipboard is not support when the groups are in collapsed state.
175+
* 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.

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/grouping/lazy-load-grouping.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,5 @@ The following example demonstrates how to enable the lazy load grouping with vir
171171
* Row and Cell Spanning
172172
* Programmatic selection is not supported in lazy load grouping.
173173
* Drag selection, Cell selection (box and flow), Row Selection is not working in collapsed state.
174-
* Clipboard is not support when the groups are in collapsed state.
174+
* Clipboard is not support when the groups are in collapsed state.
175+
* 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.

0 commit comments

Comments
 (0)