New to Telerik UI for ASP.NET CoreStart a free 30-day trial

Incorrect PDF File When Exporting Grid Data in Firefox

Environment

Product Version2022.1.412
ProductTelerik UI for ASP.NET Core Grid

Description

When exporting the Grid's data to PDF and using the Firefox browser, the file is being opened but the data is missing. The pages contain only the headers. Also, when opening the document with Adobe Acrobat, an error occurs. How to resolve the issue?

Solution

Add the WebComponentsIcons font that is used for the Kendo UI font icons.

Razor
<script>
    kendo.pdf.defineFont({"WebComponentsIcons":"https://kendo.cdn.telerik.com/2022.1.412/styles/fonts/glyphs/WebComponentsIcons.ttf"});
</script>

 // Grid declaration

More ASP.NET Core Grid Resources

See Also

Server-Side TagHelper API Reference of the Grid for ASP.NET Core