Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DropDownWidth() is not applied to the dropdown #7839

Closed
mihaela-lukanova opened this issue May 23, 2024 · 1 comment
Closed

DropDownWidth() is not applied to the dropdown #7839

mihaela-lukanova opened this issue May 23, 2024 · 1 comment

Comments

@mihaela-lukanova
Copy link

Bug report

The specified DropDownWidth is not applied to the MultiColumnComboBox dropdown.

Reproduction of the problem

@(Html.Kendo().MultiColumnComboBox()
            .Name("products")
            .DropDownWidth("100px")
            ...
)

image

Expected/desired behavior

The width set through the DropDownWidth() option must be applied to the "k-dropdowngrid-popup" element.

Environment

  • **Telerik UI for ASP.NET MVC version: 2024.2.514
  • **jQuery version: 3.7.0
  • **Browser: [all]
@mihaela-lukanova
Copy link
Author

mihaela-lukanova commented May 27, 2024

@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants