hello I've started look into nestedviewtemplates and have a couple of question
1. http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx in this sample, the sales grid consists of a detailview table. the sqldatasource has a sessionparameter. Now i Assume that the parenttablerelationship-settings do put the correct value inside there and that it should be asp:Parameter instead - because i cannot see where the session parameter is set.
2. My other question is how to achieve what is done in the nestedview sample programmatically? Using the sqldatasources and binding to the hidden Label to use as ID and then use controlparameter seems pretty okay. But what if there's a scenario where i cannot use the parameterized datasources? I looked into the documentation and found the OnDetailTableDataBind event which i have successfully used to fetch data and bind it to detailtables, but how can it be done in nestedviewtemplates?
i haven't tested the sample extensively but i suppose the fact that nestedviewtemplate consists of tabstrips, detailviews etc adds to the complexity of databinding programmatically?