Skip to content

Commit 62c0e31

Browse files
994654: Added Persist Selection Note
1 parent d3c7ab2 commit 62c0e31

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
@@ -726,4 +726,6 @@ public class OrderDetails
726726
{% endhighlight %}
727727
{% endtabs %}
728728

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

0 commit comments

Comments
 (0)