Skip to content

Commit dc10cb6

Browse files
994654: Changes Made as Suggested
1 parent 6a46243 commit dc10cb6

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 using the Select All option, only the records visible in the current view are selected. The SelectedRecords property reflects the selection count for the current page. As you navigate to subsequent pages, new records are loaded on demand, and SelectedRecords will include selections from each visited page. This behavior is by design to support efficient data retrieval with paging. Therefore, selecting all records across the entire dataset and retrieving them simultaneously 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)