Skip to content

Commit e18d70a

Browse files
docs: add kb on missing kendo ui theme error (#1888)
1 parent 4f18cb3 commit e18d70a

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: TypeError Cannot read properties of undefined (reading 'wrapper') in HTML5-based report viewers
3+
description: Learn how to resolve the TypeError about 'wrapper' in HTML5-based report viewers when AI-powered insights dialog fails to initialize.
4+
type: troubleshooting
5+
page_title: TypeError Cannot read properties of undefined (reading 'wrapper') in HTML5-based report viewers
6+
meta_title: TypeError Cannot read properties of undefined (reading 'wrapper') in HTML5-based report viewers
7+
slug: cannot-read-properties-of-undefined-reading-wrapper
8+
tags: reporting, html5 viewer, kendo ui, theme, ai insights, wrapper
9+
res_type: kb
10+
---
11+
12+
## Environment
13+
14+
<table>
15+
<tbody>
16+
<tr>
17+
<td> Product </td>
18+
<td> Reporting </td>
19+
</tr>
20+
<tr>
21+
<td> Version </td>
22+
<td> 19.2.25.1001 </td>
23+
</tr>
24+
</tbody>
25+
</table>
26+
27+
## Description
28+
29+
When initializing the HTML5 Report Viewer, a `TypeError: Cannot read properties of undefined (reading 'wrapper')` error appears in the browser console, preventing the report viewer from loading properly.
30+
31+
## Cause
32+
33+
This error occurs when a [Sass-based Kendo UI theme](https://www.telerik.com/design-system/docs/themes/get-started/introduction/) is missing from the page. The report viewer requires proper Kendo UI styling to initialize correctly.
34+
35+
## Solution
36+
37+
Include a valid Kendo UI theme in your page by adding a CSS reference such as:
38+
39+
````html
40+
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/10.2.0/default/default-ocean-blue.css" />
41+
````
42+
43+
For more information about available themes, see [Telerik and Kendo UI Themes Introduction](https://www.telerik.com/design-system/docs/themes/get-started/introduction/).

0 commit comments

Comments
 (0)