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
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).