Hi Syncfusion Team!
I've tried adding a pdf export to one of my datagrids, but it just throws an "uncaught (in promise)" into the javascript console.
As I've seen, another person had a similar issue which could be resolved by changing the "format" attribute of the column to a "customFormat" attribute.
In that particular instance, it was a date format rather than a number format. Trying to do the same for the number format doesn't seem to work either.
Heres some of the things I tried, neither of them worked:
<e-grid-column field="summeBrutto" format="#,##0.00€"></e-grid-column><e-grid-column field="summeBrutto" customFormat="@(new { type ="number", format="#,##0.00€" })"></e-grid-column>
<e-grid-column field="summeBrutto" customFormat="@(new { format="#,##0.00€" })"></e-grid-column>
Please Advise.
Kind regards
Lukas Knapp