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
1405
A bug in export process?
posted

Since our latest update of Infragistics (2010v2 2109) the excel exporting has been a bit strange. 

Column Header Rows are displayed on every row. I've attached an image to show this.

 

I've added a temporary work around for this for the moment.

 

After looking through export events I found the "GridExportCache.BandZeroHeaderExportedForGroupIsland" boolean was never flagged as true.

Another variable that is seemlingly helpful is the "PlacedHeadersOnTop" boolean..

Anyway. Is there a flag that needs to be set for this to occur?

 

Thanks. 

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    We recently updated the UltraGridExcelExporter to honor the HeaderPlacement property on the grid's Override object. It did not previously honor this property setting, which was a bug.

    So this is probably what caused the change in behavior you are seeing here. But I can't be sure if this behavior is a bug we introduced or if this is just a result of the situation you have in your application.

    Does your grid have multiple bands? Is there a child band in the data source? Are you setting HeaderPlacement? If so, what are you setting it to?

Reply Children