I have a grid on which every item contains some common data row and below it a child grid with more data related to the common row.
Something like this:
In the toolbar I have buttons to print and export to Excel and Pdf and I'd like that when the output is performed includes not only the main row but the whole child rows.
This is how the pdf export looks like:
And this is the print result:
Of course... in the pdf we can't expand the row.
How can I print and export includingthe child items?
Thanks for your assistance.