Datagrid, how to show different model list property

RadzenDataGrid will not list items from a collection properties as columns. You may need to use the Template to do that e.g.

<Template>
@context.Users[0].UserName
</Template>
1 Like