Skip to content

Commit 3e4b292

Browse files
Merge branch 'development' into 984421-State
2 parents 1f142fd + 0463fee commit 3e4b292

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blazor/datagrid/selection.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,4 +714,6 @@ public class OrderDetails
714714
{% endhighlight %}
715715
{% endtabs %}
716716

717-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXLejIZoMcsYDjdk?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
717+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXLejIZoMcsYDjdk?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
718+
719+
> 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)