I have a grid tied to an EntityDataSource and can show the columns fine. One of the columns is a guid and I want to show a related table value instead of the guid. I include the related table in the EDS definitions. How do I refernce in the column? The following does not work. Thanks.
<telerik:GridBoundColumn DataField="it.Facility.FacilityName" DataType="System.String"
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="it.Facility.FacilityName" DataType="System.String"
FilterControlAltText="Filter Facility column" ReadOnly="True"
HeaderText="Facility" SortExpression="Facility"
UniqueName="Facility">
</telerik:GridBoundColumn>