Hello,
I am using a RadGrid control under which I have following structure similar to below:
<MasterTableView
MasterGrid...
<NestedViewTemplate>
NestedGrid...
....
.....
</NestedViewTemplate>
</MasterTableView>
I am able to bind the grid properly and display the results just the way I want..
Now, I need to read this grid..however, When I am trying to read the Grid I can access MasterGrid however I get NestedGrid as Null....So, my question is How to get/ read the Nested Grid?
Please help...
Best Regards,
Rohan Laghate