I have a nested radgrid. I want to update the grid elements on click of Save Button present outside the grid. But I am unable to find the child grid's elements there.
Please help how to get elemnts outside the radgrid event.
I am not sure, if you want to access detail tables or access a RadGrid nested inside the NestedViewTemplate of the main grid. You can try out either of the following code depending on your scenario:
c#:
code to access the edit row elements of the grid nested inside the NestedViewTemplate of the main grid: