Skip to content

Commit 2f6783c

Browse files
994654: Changes Made as Suggested
1 parent 03222f0 commit 2f6783c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/datagrid/selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,4 +728,4 @@ public class OrderDetails
728728

729729
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXLejIZoMcsYDjdk?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
730730

731-
> When Select All is used, only records visible in the current view are selected. The SelectedRecords property shows the count for the current page. As navigation continues to other pages, new records load on demand, and SelectedRecords includes selections from each visited page. This design ensures efficient data retrieval with paging. Selecting all records across the entire dataset and retrieving them at once is not supported when Select All is enabled.
731+
> When **Select All** is used, only records visible in the current view are selected. The **SelectedRecords** property shows the count for the current page. As navigation continues to other pages, new records load on demand, and **SelectedRecords** includes selections from each visited page. This design ensures efficient data retrieval with paging. Selecting all records across the entire dataset and retrieving them at once is not supported when **Select All** is enabled.

0 commit comments

Comments
 (0)