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

Popup list width issue with a multi-select

1 Answer 169 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
Bobby
Top achievements
Rank 1
Bobby asked on 17 Feb 2020, 07:12 PM

So I am currently running into an issue where, if I set the Width property of a TelerikMultiSelect to 100%, then the popup list spans the entire width of the browser window. As I found this is because the popup list is being appended to the body (well, close to the body) of the DOM and not to the parent widget (in this case a div with the class k-multiselect).

Is there a way to make the popup list match the width of the multiselect, if I set the Width property to 100%?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 17 Feb 2020, 07:51 PM

Hi Bobby,

Please Follow the implementation of this feature in this page (I added your Vote for it on your behalf): https://feedback.telerik.com/blazor/1440092-dropdown-components-to-calculate-their-dropdown-element-width-to-match-the-actual-width-of-the-component-in-px-when-popupwidth-is-not-set

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
Tags
MultiSelect
Asked by
Bobby
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or