I need to bind a complex object to telerik grid field, i read the article
https://docs.telerik.com/blazor-ui/knowledge-base/grid-bind-navigation-property-complex-object
but it not explain if i can bind an indexed property.
For example i need this bind:
<GridColumn Field="Property.NestedProperty[0].Value" />
but it seem not working.
Can be binded indexed properties?
Thanks