Hello
I have just tested the following bug fix:
https://www.syncfusion.com/feedback/17924/all-column-have-same-width-in-exported-pdf-file-irrespective-to-width-define-in
This works, but it has broken something else. In the sample provided by Syncfusion (in the link above):
The exported date column (in your sample) no longer honors the format of the date in the grid
If you try to change the format by specifying the format (in new GridColumn()) then this does not work either.
The formatting fails for all formats I have tested so far - dates and numbers, eg ("dd/MM/yyyy", "N2")
Thanks