How to Get Selected Row Data form DataGrid

Hi,

In the Radzen.Balazor components, I using the Datagrid for listing my Orders. So I need to select multiple records and bind the selected row data to an array or object.
*Without using the template editor property value
Is it possible?

Multiple selection demo can be found here:

Hi,

Multiple selections are working well for me, But how can I pass the selected row data to a .cs file in the Data folder.
Could you please tell me if anything more has to be done for this issue?