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