Hello,
I have a Grid with a column where I use an async pipe to format the displayed value using a custom cell template
<ng-template kendoGridCellTemplate let-dataItem>
{{dataItem.Value | myPipe}}>
</ng-template>
Unfortunately I could not find a way to do this same transformation for the exported data. Is there a way to use async pipes or pipes in general in combination with the Excel export functionality?
Regards,
// Lukas