Hello,
I used the example in Blazor DataGrid supports dynamic data sources to create a datagrid with dynamic columns based on the data.
I found that I can not select a row in the dynamic datagrid, I want the dynamic datagrid rows to be selectable. If a user click on a row, that row should be highlighted, and the selected row data can be used in other purpose.
Thank you!
John