'Telerik report kendo UI angular toolbar icon not loading proper
toolbar icons are not loading In index.html
<link href="https://kendo.cdn.telerik.com/2020.3.1118/styles/kendo.common.min.css" rel="stylesheet" />
<link href="https://kendo.cdn.telerik.com/2020.3.1118/styles/kendo.blueopal.min.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
used this and "@progress/telerik-angular-report-viewer": "^15.22.119" and angular 10.
Solution 1:[1]
Looks connected to icon fonts. If there are no console errors, you can read the articles below and use FontAwesome template.
templateUrl: "/Scripts/telerikReportViewerTemplate-FA-yourversion.html",
Manual Setup
Html5 Report Viewer toolbar icons not rendered in IE browser
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | K. B. |