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
40
Problem exporting date column value with igGridExcelExporter
posted

Version: IgniteUi (R) 2015 Volume1 (JavaScript)

Problem description:

We try to export an igGrid with a date column to excel. Export is successful for all columns except the date column.
The column value for the date column contains the values from all rows instead of only the current row.

Also during the 'cellExporting' event of 'ig.GridExcelExporter.export...' we can see that the 'args.cellValue' contains the values of all rows

Screenshot:

igGrid:

Excel:

Any ideas what could be wrong here?