Hi community
I get a UltraWinGrid (.Net Advantage v7.2 for Windows Forms) and I want to avoid that colum headers are displayed in the excel result for each group of data that I have.
Is this possible?
PD: I've already tried this:
e.Layout.Bands(0).Override.HeaderPlacement = Infragistics.Win.UltraWinGrid.HeaderPlacement.FixedOnTop
and
e.Layout.Override.HeaderPlacement = Infragistics.Win.UltraWinGrid.HeaderPlacement.FixedOnTop
in the BeginExport Event of ExcelExporter but seems that it doesn´t work.
Regards and Thanks
Hi,
It appears that the UltraGridExcelExporter does not honor the HeaderPlacement property. That's probably because the HeaderPlacement property is relative new and was added long after the Exporter component.
I'm going to forward this to Infragistics Developer Support so they can look into it.