Inline data grid edit with RadzenDropDownDataGrid

Dear,

Please give us an example how to do inline datagrid edit with radzen drop down datagrid. We have 2 columns , id number and description. But when saving the line it shows Id number ,Instead is there any possibility to show the description on saved line

You can simply change RadzenDropDown to RadzenDropDownDataGrid in our DataGrid In-Line edit demo:

Both DropDown and DropDownDataGrid component will edit/update what is declared as @bind-Value (in this case order.EmployeeID) from selected item using ValueProperty (in this case EmployeeID from employees set as Data).

@enchev thank you so much, its worked