I check this document about it https://blazorise.com/docs/extensions/datagrid/getting-started
RowSelectable
Handles the selection of the DataGrid row. If not set it will default to always true.
Func<TItem,bool>
And there is a RowSelectable attribute can you try implementing this , i dont know how your code structure if you struggle to implements this please share your code where to use it.