Completed
Last Updated: 10 Nov 2021 16:55 by ADMIN
Release R3 2021 SP1
Shannon
Created on: 15 Sep 2021 17:24
Type: Bug Report
3
New Open Dialog for Reporting

I like the new open dialog for the Web Report Designer, but now my report names are all truncated and I can't tell what anything is.  Can you please off a list view in the Open Dialog so all my names aren't "Company R..."

 

3 comments
ADMIN
Todor
Posted on: 20 Sep 2021 12:38

Hi Shannon, 

Here is sample CSS code that you may include in the <head> section of the Web Report Designer web page:

<style type="text/css">
        .twd-designer .k-filemanager-listview .k-listview-item {
            height: auto;
        }

        .twd-designer .k-filemanager-listview .k-file-name {
            overflow: visible;
            font-size: 11px;
            white-space: unset; 
            word-break: break-word;
        }
    </style>

The CSS allows the report definition names to wrap and thus be displayed entirely.

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/.
Shannon
Posted on: 17 Sep 2021 05:58

Todor,

 

Could you please show an example of what you mean with using CSS to show the full names?

ADMIN
Todor
Posted on: 16 Sep 2021 10:38

Hello Shannon,

Thank you for the feedback and for reporting the problem. As a token of gratitude, we have updated your Telerik points.

This is a known issue that we have it logged in our internal system as a bug. I have converted this ticket to a public Bug Report so that other users may vote for it and increase its priority. This way you will be automatically updated when the work item status changes.

Meanwhile, you may use the tooltips to see the entire name of the reports in the dialog. You may also use custom CSS to modify the styling and display the whole report names in the dialog.

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/.