Unplanned
Last Updated: 10 Mar 2022 14:41 by ADMIN
Andrea
Created on: 10 Mar 2022 14:35
Type: Bug Report
1
Blazor ReportViewer toolbar is not fully Responsive

If you shrink the browser showing the Blazor viewer, initially the menu toolbar doesn't respond and the right-most menu items get cut. When you continue to reduce the browser width, at some point, the menu becomes responsive and the small menu appears.

The above behavior is reproducible with the Blazor demo application for .NET 6. The problem is not related to the pure Html5 Report Viewer.

1 comment
ADMIN
Todor
Posted on: 10 Mar 2022 14:41

Here is the workaround that you may use while we fix the problem. 

Add the following styles to the viewer:

<style>
    .trv-report-viewer {
        width: 100%;
        ...
    }

    .trv-menu-large {
        flex-wrap : wrap;
    }
</style>

Regards,
Todor
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.