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?
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?
HI,
I also have the problems while reading Text of
RadzenDropDown, RadzenDropDownDataGrid
For example, If I have Data filled with PersonID and PersonName, then I can easily get PersonID but I am not able to get PersonName in a variable or to use it anywhere else.