After looking and looking at posts, either this is very easy or it's very difficult. Regardless, just wanted to see if anyone has a solution.
I have a hiearchical radgrid with 4 detail table levels. The functionality works great. Does everything I want it to. My one problem that is holding me back is the exporting. I am basically looking at exporting whatever is expanded at the time the export button is clicked. I know that the command line RadGrid.MasterTableView.ExportToExcel() will just export the master table. I tried the .HierarchyDefaultExpanded = true but that expands every row and I only want the rows expanded by the user.
This
demo is similar to what I have.
I tried looping through each row in the mastertableview to capture if it is expanded, but then I can't figure out a way to go through and expand those rows before it exports. If I can figure out this, then it should be fairly easy to go through each detail table to do the same.
Any input is appreciated. If you need me to be more specific, let me know.
Zach