Hi ,
I am using pivotgrid's angular version.
When I download using excel (saveAsExcel()) functionality, all NaNs in my pivotgrid download as 0s in the excel. I'd like them to be kept as NaNs...
How can I do this?
Thanks,
Labhesh
$scope.exportToExcel = function() {
var pivotGrid = $("#pivotgrid").data("kendoPivotGrid");
pivotGrid.saveAsExcel();
};