PdfExport does not work when using Turkish characters in column header. The characters that bring out the problem are: ı, İ, ş, Ş, ğ, Ğ. However, ExcelExport and CsvExport are working.
For example:
<e-grid-column = "LastName" headerText = "Soyadı" type = "string" width = "150"
Not working. Because the column heading (ı) contains.
Also, PdfExport works when Ü, ü, Ö, ö, Ç, ç are used; But there are different characters in the pdf output.
For example,
</ e-grid-column> </ e-grid-column field = "EnrollmentDate" headerText = "Üyelik Tarihi" format = "yMd"
PdfExport is working. But the column heading in the output is as follows: Üyelik Tarihi
NOTE:
Operating System: Windows 10 (Language: Turkish)
Visual Studio Version: 15.5.5
ASP.NET Core 2.0 MVC