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

ComboBox not aligned on open

1 Answer 53 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Michael Hurse
Top achievements
Rank 1
Michael Hurse asked on 09 Mar 2016, 01:10 AM

Hi,

When I open a ConboBox the dropdown is not aligning correctly (see attached).  Below is the html that renders the control.

<div class="k-group">
            <div class="col-md-12">@Html.LabelFor(m => m.MobilePhoneNumber)</div>
            <div class="col-md-12">
                @Html.Kendo().ComboBoxFor(m => m.MobilePhoneCountry).DataTextField("MobilePhoneCountry").DataValueField("MobilePhoneCountryID").BindTo(Model.MobilePhoneCountryList)
            </div>
            <div class="col-md-12">@Html.TextBoxFor(m => m.MobilePhoneNumber, new { @class = "k-textbox" })</div>
            <div class="col-md-12">@Html.ValidationMessageFor(m => m.MobilePhoneNumber)</div>
        </div>

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 10 Mar 2016, 04:05 PM
Hello Michael,

I am afraid that the experienced issue is a jQuery bug, described in the following issue in our GitHub repo:

https://github.com/telerik/kendo-ui-core/issues/1375

Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ComboBox
Asked by
Michael Hurse
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or