This is a migrated thread and some comments may be shown as answers.

Special characters dropdown full width

3 Answers 56 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 29 Aug 2016, 08:31 AM
Why is not full width used here?

3 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 29 Aug 2016, 02:35 PM

Hello,

The width of the dropdown is so because the value applied is 16.7em with corresponds to this size. 

You can either:

I hope that helps.

Regards,
Ianko
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
answered on 31 Aug 2016, 10:08 AM

I do not mean the popup width...I mean the space that remains unused for displaying the characters in the popup.

This is the area I marked in my screen capture.

 

Marc

0
Accepted
Ianko
Telerik team
answered on 31 Aug 2016, 10:36 AM

Hello,

This is by design. There are the li.reClear elements that clear the float. This is needed because the dropdown height is calculated dynamically and without any initial restrictions the dropdown will render with no height, thus, the dropdown will break entirely. You can test that by adding this rule:

.reDropDownBody ul li.reClear {
    clear: none !important;
}

This will remove the blank area, but will render the dropdown with 5px height. Further, applying this modification involves even more complex client-side logic to render the dropdown properly. 

This is why the easiest solution is to reduce the popup's width so that the described empty area is gone.

Regards,
Ianko
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Editor
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Ianko
Telerik team
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or