Change RadzenGrid to RadzenDataGrid, how to adjust RowDoubleClick

On layout, I have 3 Grids on one page.
I encountered problem with RadzenGrid (not able to set ref for grid1) , so decided to try RadzenDataGrid.
I was able to adjust @bind-Value (from Object to IList) but no idea how to adjust RowDoubleClick.
Kindly advise. Thanks in advance!

Changing RadzenGrid to RadzenDataGrid will not change the way how Blazor will set/get component refs. You can check the event arguments for RadzenDataGrid RowDoubleClick here: