This question is locked. New answers and comments are not allowed.
Hi all,
suddenly I got all combobox and dropdownlist slide windows reduced to 40 pixel from 200px
I tried to understand what stylesheet has changed in last day but I did not find any difference.
All views in the MVC project got this behavior.
I wonder which is the exact htmlattribute to enlarge the combo selection list
I tried
... but this make the control bigger not the selection list !!!!!
Thankx in advance
Diego
suddenly I got all combobox and dropdownlist slide windows reduced to 40 pixel from 200px
I tried to understand what stylesheet has changed in last day but I did not find any difference.
All views in the MVC project got this behavior.
I wonder which is the exact htmlattribute to enlarge the combo selection list
I tried
Html.Telerik().DropDownList() _ .Name("FT_th") _ .SelectedIndex(l_thIndex) _ .HtmlAttributes(New With {.style = "width:180px;height:200px"}) _ .BindTo(New SelectList(Model.m_th_List.ToList(), _ "SelectValue", "SelectList"))%>... but this make the control bigger not the selection list !!!!!
Thankx in advance
Diego