Hi
I have a two band ultrawingrid that have first band header appear once and headers are repeated for each parent row's children. When I export to excel, I see the headers of the first band once on top. But the second band header appears as the last row's child band. Is there any way I can make the exported excel look like the grid?
Thanks
Hi,
I'm not sure I understand exactly what you are describing.
What version of the grid are you using? The UltraGridExcelExporter had a bug in it where it was not honoring the HeaderPlacement property. But that was fixed recently. So you may just need to get the latest service release.
How to get the latest service release - Infragistics Community
We are using Infragistics UltraWinGrid 8.2. Exported Grid headers for the child band appear at the end of the excel grid. Was it a safe assumption that if I use the ExcelExporter out of box, the exported excel should exactly look like the grid in the application?
Basically what happened is that the HeaderPlacement property was added to the grid in a volume release long after the UltraGridExcelExporter was added. The UltraGridExcelExporter was not updated to support the new HeaderPlacement property. This was an oversight which we recently corrected.
Your assumption is correct as far as it goes, but since the fix to this was only made recently, it's only available in the more recent versions of the grid. NetAdvantage 10.1 and up, if I'm not mistaken.
The way you are describing the issue seems really odd to me, though. You are saying that there's an extra set of column headers at the bottom of the Excel file after all of the rows? I've never seen that before, so that might not be part of the same bug I am talking about here. But in any case, there are no more updates being made to NetAdvantage 2008.2.
If you can post a small sample project here on the forums which demonstrates the behavior you are getting, I'd be happy to take a look at it. Maybe I can find a workaround for you.