Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Export to Excel How to avoid it shows headers for each group
posted

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

  • 469350
    Suggested Answer
    Offline posted

    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.