I was currently working on exporting to pdf, excel, csv, print, almost all of them work perfectly for me, except for the pdf export, currently my column is like this.
<e-grid-column field="FechaCreacion" headerText="FechaCreacion" format="dd-MM-yyyy" type="date"></e-grid-column>
What happens is that the program simply gets stuck and the only solution is to close everything; it doesn't even allow me to debug or view the devtools in my browser. The only thing is that if I hide the column, it does export to PDF, or if I leave the line of code like this.
<e-grid-column field="FechaCreacion" headerText="FechaCreacion" type="date"></e-grid-column>
It will also work without any problems, and I would like to know how I could solve this error in the format.