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
440
Excel export with icons in childrows
posted

Hi,

I have a Wingrid which is linked to an Ultradatasource. The datasource consists of a band with three child bands. All 4 bands have an icon as the first column. When I export the grid to Excel, only the icon on the parent rows are being exported. The icons on child rows are not exported (and thus not visible) in Excel. I'm using version 9.2 and my code is like:

this.expExcel.Export(this.ultraGrid2, "test.xls");

 

Regards,

Ronald de Zwart.