Hi,
I guess I have some understanding issue concerning the RadGrids SubObject databinding. I have bound a RadGrid to a LinqDataSource which works perfectly out of the box. One of the object members is a relationship which is represented by a foreign key on the db. Now I want to bind the corresponding colum of the RadGrid to the "Name" field of the object which is referenced via the relationship.
If I understand the documentation correctly, I have to do this via the GridBoundColumn's DataField attribute. There I put "Product.ProductName" but the column remains empty.
What could be my mistake?
Best regards,
Robert
I guess I have some understanding issue concerning the RadGrids SubObject databinding. I have bound a RadGrid to a LinqDataSource which works perfectly out of the box. One of the object members is a relationship which is represented by a foreign key on the db. Now I want to bind the corresponding colum of the RadGrid to the "Name" field of the object which is referenced via the relationship.
If I understand the documentation correctly, I have to do this via the GridBoundColumn's DataField attribute. There I put "Product.ProductName" but the column remains empty.
What could be my mistake?
Best regards,
Robert