How to get the selected row Id or some column-value from RadzenGrid?


Hi Radzen team!
This is my Code:
View.zip (1.1 KB)

I Incrimenting the value in Console by clicking some button.
But I want to change the Incriment value to id of selected record from RadzenGrid
How can I do that?

DataGrid Value property can be bound - it is the select data item.

My main goal is to select a record from RadzenGrid and click the Edit, Delete, or other functionality buttons from the top menu as in shared gif in my previous message.

@enchev, Can you share a simple example code?

Sorry, Value is for Angular only - in Blazor you can use RowSelect:





Thank you! @enchev
:+1: