Select all filtered row

Hello. Is it possible to select only filtered rows (visible) in DataGrid? I use multiselection (look like there Blazor DataGrid Component - Multiple Selection | Free UI Components by Radzen). If I apply a filter on one of the columns and activate the multiselect checkbox in the header of the first column, even hidden rows are selected.

Instead of the entire collection of data

you can use DataGrid View similar to this demo

Yes, it works. Thank you!