Hello,
I'm using Telerik OpenAccess with Telerik ASP.NET Ajax controls. I'm wondering how can I show the first elemnt of a related collection in a column of the RadGrid.
I can do it using the itemDataBound event, but I want to know if is possible to do it configurin the radgrid. I tried to use First<T>() method of the colletion in the column property DataField ( DataField="relatedCollectionNavigationProperty.First<MyEntity>()"), but unsuccessfully.
Thanks in advance, and sorry for my bad explanation.
I'm using Telerik OpenAccess with Telerik ASP.NET Ajax controls. I'm wondering how can I show the first elemnt of a related collection in a column of the RadGrid.
I can do it using the itemDataBound event, but I want to know if is possible to do it configurin the radgrid. I tried to use First<T>() method of the colletion in the column property DataField ( DataField="relatedCollectionNavigationProperty.First<MyEntity>()"), but unsuccessfully.
Thanks in advance, and sorry for my bad explanation.