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

Dropdown filtering style

1 Answer 79 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Wenzl
Top achievements
Rank 1
Wenzl asked on 19 Apr 2017, 06:54 AM

Hello,

can anyone tell me why the dropdown not fits when filtering("contains") ??

1.@(Html.Kendo().DropDownListFor(m => m.Planstelle).BindTo(Model.AvailablePlanstellen)
2.                                 .Filter("contains")
3.                                 .HtmlAttributes(new { style = "width: 100%; margin-right: 10px" }))

 

 

this makes me crazy ^^

 

Best Regards

 

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Ivan Danchev
Telerik team
answered on 20 Apr 2017, 08:44 AM
Hello Wenzl,

Could you attach the view in which you use the DropDownList, or at least post its container (a div element for example), along with any CSS you apply to your page. It would allow us to check how the DropDownList behaves in this scenario and whether any custom CSS might be having unwanted effect on its appearance. Also, since you point out the filter option specifically, could post a screenshot showing how the DropDownList looks like without filter set at your end?

Looking forward to your reply.

Regards,
Ivan Danchev
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
DropDownList
Asked by
Wenzl
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or