I have a RadGrid with like 40 columns, so the grid has a NestedViewTemplate that I use to display the selected row in sort of a form/table view. That all works fine. What I'm looking to do is to incorporate the ability for the user to export the NestedViewTemplate view to a PDF. I guess in a way, it's a quick way to generate a single item report. I've been thru all the articles with the hierarchical stuff, but that's not my scenario, so they were no help.