Skip to content

Commit 85154ef

Browse files
Merge pull request #7198 from syncfusion-content/994654-PersistSelNote
994654: Added Persist Selection Note
2 parents d3c7ab2 + 2f6783c commit 85154ef

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 **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)