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

DropDownList in List View

1 Answer 67 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
E
Top achievements
Rank 1
E asked on 18 Oct 2013, 09:34 PM
Hello! I have a question......

It´s Url explains how can i change appearence for elements in a form....
http://demos.kendoui.com/mobile/forms/appearance.html#/

but wich is the style for display dropdownlist in all space of the list view like a input or label?

for label:

.km-root .appearance .km-listview label
{
width: 100%;
}

for input:

.km-root .km-pane .km-view.appearance .km-listview input
{
position: relative;
width: 100%;
right: 0;
margin-top: 0;
top: 0;
}


for dropdownlist??????????????




thank you very much

i hope your answer

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 22 Oct 2013, 01:09 PM
Hello,

I am not sure exactly what your question is, but if you want to set the width of a dropdown list element, you can use the CSS width property of the select element in your markup, so it will take 100% of the container. If this is not the case, please elaborate a bit more, so we can help you out. 
 
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView (Mobile)
Asked by
E
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or