Skip to content

Commit 0463fee

Browse files
Merge pull request #7195 from syncfusion-content/994654-SelectionNote
994654: Added Persist Selection Note
2 parents 0c0c7a1 + b4ac0b1 commit 0463fee

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)