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
300
UltraGridExcelExporter. Value can not be null. Parameter name: key
posted

Good day.

After exporting filtered grid into excel I receiving datasheet with 

After you export the list to Excel, I get a list with the errors in the first column:

Value can not be null. Parameter name: key

Error in first column

In programm, I have double-type values in this column. For example: 3; 33; 25.8

Why do I receive this error? Key value for this column is present and correct.

Code for export is very simple:

Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter exp = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter();
string filename = StartupPath + "\\tmp.xls";
exp.Export(my_grid, filename);

Parents Reply Children
No Data