Hi Team,
Unable to export grid in PDF format when use the following date format for date fields
Code:
Stackblitz :
https://stackblitz.com/edit/bjqfvf?file=index.js
Mouli,
Thank you for reaching out to Syncfusion support.
We have validated your query at our end. We suggest you give the Custom date Format like below to resolve the reported problem.
[index.js] { field: 'OrderDate', headerText: 'Order Date', width: 130, format: { type: 'date', format: 'dd/MM/yyyy' }, textAlign: 'Right', }, |
Refer to the below documentation for more information.
Date formatting in Grid Column: https://ej2.syncfusion.com/javascript/documentation/grid/columns/columns/#date-formatting
Sample : https://stackblitz.com/edit/bjqfvf-kwyxbw?file=index.js,index.html
Regards,
Vinitha Balasubramanian
Certain conditions on your computer, such as security settings or browser cookies, can prevent the Acrobat Reader Installer from downloading. Often, the easiest way to resolve an unsuccessful download is to try the download again using a different browser.
Regards,
Will
Will,
We understand from your update that when performing a PDF export, the Grid component converts the table to the relevant file format. If you encounter any browser-side issues, you can use any tool of your choice. However, we want to inform you that this is not a concern related to the Grid component itself, but rather an external matter.