Skip to content

Commit d87c220

Browse files
github-actions[bot]KB BotIvetNikolovatodorarabadzhiev
authored
Added new kb article web-report-designer-menu-display-issue (#1749)
* Added new kb article web-report-designer-menu-display-issue * Update web-report-designer-menu-display-issue.md * Update web-report-designer-menu-display-issue.md --------- Co-authored-by: KB Bot <[email protected]> Co-authored-by: IvetNikolova <[email protected]> Co-authored-by: Todor Arabadzhiev <[email protected]>
1 parent 7b8b488 commit d87c220

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Fixing Web Report Designer Menu Display Issue in Blazor
3+
description: Learn how to resolve menu display issues with the Web Report Designer in Blazor.
4+
type: how-to
5+
page_title: Resolving Menu Display Problems in Web Report Designer for Blazor
6+
meta_title: Resolving Menu Display Problems in Web Report Designer for Blazor
7+
slug: web-report-designer-menu-display-issue
8+
tags: reporting, web-report-designer, menu, css, kendo
9+
res_type: kb
10+
ticketid: 1693136
11+
---
12+
13+
## Environment
14+
15+
<table>
16+
<tbody>
17+
<tr>
18+
<td> Product </td>
19+
<td> Reporting Web Report Designer </td>
20+
</tr>
21+
</tbody>
22+
</table>
23+
24+
## Description
25+
26+
I cannot see the menu in the Web Report Designer integrated into my Blazor application. The menu is covered by the areas below it.
27+
28+
## Solution
29+
30+
To resolve the menu display issue in the Web Report Designer (version 19.1.25.716 used in the samples):
31+
32+
* Ensure the Web Report Designer uses its default theme. This means to remove any custom Kendo themes or manually included theme files. The Web Report Designer manages its required theme resources internally.
33+
* Ensure the correct loading order of JavaScript files. The `webReportDesigner.kendo-19.1.25.716.min.js` file must be loaded **before** the `webReportDesigner-19.1.25.716.min.js` file, as Kendo must initialize before the designer widget. The Kendo JS subset can be found in the installation folder of the Telerik Reporting product, for example, at `C:\Program Files (x86)\Progress\Telerik Reporting 2025 Q2\Html5\ReportDesigner\js` for the version 2025 Q2.
34+
35+
If issues persist, check the `kendo.version` in the browser console to ensure the Web Report Designer loads the required version.
36+
37+
## See Also
38+
39+
* [Web Report Designer Overview]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/overview%})
40+
* [Kendo UI for jQuery Release History](https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-for-jquery-2025-1-227)
41+
* [Kendo UI for jQuery Theme Compatibility](https://www.telerik.com/kendo-jquery-ui/documentation/styles-and-layout/sass-themes/compatibility)

0 commit comments

Comments
 (0)