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

Drop down list not aligned

3 Answers 1120 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Fahad
Top achievements
Rank 1
Fahad asked on 24 Apr 2012, 09:22 PM

Hi,
My issue is simple, I have a normal HTML Dropdown List or <select> list. I am using the following code to convert it to Kendo Drop Down

$(document).ready(function () {
            $(".mySelect").kendoDropDownList();

 }

It works, but the alignment is not good. When I open the dropdown list to choose the Items, the list is a little bit moved to the right of the base-button. 

Here is the screenshot

Click Here For Screenshot

3 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 26 Apr 2012, 07:56 AM
Hello Fahad,

I believe the problem is caused by the styling, but the screenshot is not enough to detect and resolve the problem. Could you please provide a simple test project, which reproduces the depicted issue? This way I will be able to observe the problem and advice you further.

 Regards,

Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Fahad
Top achievements
Rank 1
answered on 26 Apr 2012, 04:58 PM
Here is the sample.

https://sites.google.com/site/fahadash/home/files/DDL_Anomally.zip?attredirects=0&d=1

I also found that <body style="text-align:center;"> is doing it but; I cannot reproduce it by staring a fresh page and putting this style element in body. So its possibly the combination of this style and something else.... I scrubbed the data and gave you the actual page.


So, taking out style="text-align:center;" fixes the problem. but we do need to keep that.

0
Accepted
Iliana Dyankova
Telerik team
answered on 27 Apr 2012, 09:52 AM
Hello Fahad,

Thank you for sending us your sample. I believe the following styling will help to resolve the problem:
body > .k-animation-container
{
  text-align: left;
}

Please check it and let me know if I missed something.

Greetings,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
DropDownList
Asked by
Fahad
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Fahad
Top achievements
Rank 1
Share this question
or