Hello support team,
Our current system uses React and .NET 8. We build the application in the dev environment and embed the web designer into another website using an iframe. However, after each page reload or when viewing the designer, the web designer might break (attached issues01.png), as shown in the image. I kindly ask the team or anyone who has encountered this issue to help me find a solution.
Every piece of advice or guidance is always appreciated and highly valued by me. Thank u
We haven't encountered such an issue before. When the Web Report Designer is loaded inside an iframe, are all of its stylesheets loaded?
You may inspect the Network tab of the browser's DevTools as the JS of the Web Report Designer automatically makes requests to the service for the necessary stylesheets.
If they are for some reason not present, you may try loading them locally within the application. The stylesheets can be found in the installation folder of the product, for example - C:\Program Files (x86)\Progress\Telerik Reporting 2024 Q4\Html5\ReportDesigner\styles.
If you need further assistance, please send a sample buildable project where the issue is reproducible so that we may debug it locally.