You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedding-reports/display-reports-in-applications/web-application/html5-report-viewer/customizing/styling-and-appearance/providing-custom-templates.md
+3-33Lines changed: 3 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -17,45 +17,15 @@ The article elaborates on how to use a customized HTML template for the HTML5 Re
17
17
18
18
If you have a custom HTML template, you should provide it to the `telerik_ReportViewer` plugin’s options:
The templates are loaded during the initialization of the __telerik_ReportViewer__ widget. Since this is an asynchronous network operation(the template HTML is loaded with an HTTP GET request) that takes an unpredictable amount of time, the widget is not operational until it is successful; to find when the viewer is completely loaded, provide a callback function to the __telerik_ReportViewer__ widget:
0 commit comments