I found a bug in the wingrid, steps:
1-group by any column (ViewStyleBand=OutlookGroupBy)
2-add any summary to any column
3-band.RowLayoutStyle <> None
4-Export to excel ...
Dim ugrdExcelExporter As New Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter
ugrdExcelExporter.export(grid,filename) <--- KEY NOT FOUND EXCEPTION RAISES
Could you reproduce it?
EDIT: if i set band.RowLayoutStyle=none everything works fine
if i remove all the summaries then it's ok
if i have no columns in group by mode then it's ok too.
Hi,
I tried this out and I was able to duplicate the exception. I am attaching my sample project here and I am going to forward this thread over to Infragistics Developer Support so they can get it corrected.
Was there any solution? I have the same problem when I try to export data from ultragrid using ultragridexcelexporter.
I have catched the exception:
---------------------------Error al exportar---------------------------Key not found
Parameter name: key
Infragistics2.Shared.v9.2---------------------------Aceptar ---------------------------
Thanks in advance,
Nicolás.-