Hello everyone and thanks for the responses already (:
My problems are the following:
I have a RadGrid that contains child grid, and is working perfectly, however, at the export to ExcelML I need to add a header, I use for this purpose the ExcelMLExportRowCreated checking only if it is a HeaderRow, however, and since I also have child grids, so there are multiple HeaderRows adding the header multiple times. Is there any way to check if it's masterTable or not?
In addition to this I also have a problem in formatting the child grids to pdf. To apply the style that is currently on the grid used I set UseItemStyles = true however only works properly in the master. Is there any way to use the style applied in child grids also in the export?
Thank you