I have almost exactly the same problem as this thread but I do NOT have the key piece of knowledge to connect an entity data source.
http://www.telerik.com/community/forums/aspnet-ajax/grid/grid-and-edit-form-with-2-different-datasources.aspx
After reading above:
I am missing the boat on this one. I have my data access via Entity Framework and bind an entity data object to the datagrid no problem. I want my second datasource to bind to the NestedView BUT the only option I have is DataSourceID which is expecting a string value that represents, for example, a SQLDataSource object.....but I don't need one I already have my data so how do I get the entity data bound to the nested view...yes I could circumvent the entity and make it work but that would defeat using the entity???
What am I missing?
http://www.telerik.com/community/forums/aspnet-ajax/grid/grid-and-edit-form-with-2-different-datasources.aspx
After reading above:
I am missing the boat on this one. I have my data access via Entity Framework and bind an entity data object to the datagrid no problem. I want my second datasource to bind to the NestedView BUT the only option I have is DataSourceID which is expecting a string value that represents, for example, a SQLDataSource object.....but I don't need one I already have my data so how do I get the entity data bound to the nested view...yes I could circumvent the entity and make it work but that would defeat using the entity???
What am I missing?