Can someone point me to a working example of a hierarchical parent-child rad grid using EntityDataSources? I can display the parent table, but when I click to expand the child table, I get the following error:
'ClientID' is not a member of type 'WebcomKBModel.wc_Goal' in the currently loaded schemas., near multipart identifier, line 1, column 8.
I believe this is because my key field is not called "ClientID" in the child schema created by the EDMX modeler. Its a navigational field which may need to be referenced with another name? If anyone can point me to some working example that shows how the EntityDataSource should be setup for a Parent to Child relationship in a hierarchical grid, that would be great!
I can do it with a SqlDataSource, but not an EntityDataSource.
'ClientID' is not a member of type 'WebcomKBModel.wc_Goal' in the currently loaded schemas., near multipart identifier, line 1, column 8.
I believe this is because my key field is not called "ClientID" in the child schema created by the EDMX modeler. Its a navigational field which may need to be referenced with another name? If anyone can point me to some working example that shows how the EntityDataSource should be setup for a Parent to Child relationship in a hierarchical grid, that would be great!
I can do it with a SqlDataSource, but not an EntityDataSource.