Go to page https://demos.telerik.com/reporting/product-catalog?&skinName=default
Open search dialog.
Try to move search dialog pressing left mouse button on search dialog title.
Incorrect behavior: search dialog disappears and appears again only when you finish pressing left mouse button.
When exporting a long report with ContinuousPaper = true in Word format, the output document has text cut.
Based on the limitation explained in the Pagination section in Design Considerations for Word Rendering article of our documentation, Word supports maximum page size of 22 inches wide and 22 inches high. If the page is higher than 22 inches, some data may not be displayed in Print Layout view. So, in Word, a long document couldn't be rendered.
At least, this property could be avoided when printed in Word format.
Prerequisites: .NET Core application that uses HTML5-based report viewer and REST service with Kestrel web server.
When the application is stopped from the command prompt with CTRL+C, it does not stop all the dotnet.exe child processes that are spawn by the application and hangs on "Application is shutting down..." indefinitely.
This behavior might be related with the issue https://github.com/aspnet/Hosting/issues/960 which states that CTRL+C is not forwarded to the child processes.
Perform a detailed examination to see if there is an option to close the processes internally when a shutdown procedure is initiated.
We are using Telerik Report Viewer in our ASP.NET MVC application. I've read the documentation about localizing the report viewer (https://docs.telerik.com/reporting/html5-report-viewer-localization) and most of the texts are localized now, but there are some other that I can't change.
For example, in the search menu, result list, 'page xx' text.
Can you add this string resource in the resources file?
Print functionality doesn't work in React application.
Steps to reproduce:
1. You may use the sample project from How to use HTML5 Report Viewer in React Application article.
2. Run the project and click on Print.
The following error can be seen in the browser's console: Resource interpreted as Document but transferred with MIME type application/pdf: "https://demos.telerik.com/reporting/api/reports/clients/a7fdd020ec4/instances/3f53abd1614/documents/c3923e685e6d6ebefb3d11?response-content-disposition=inline".