This question is locked. New answers and comments are not allowed.
Hey,
I used to use a combobox but I changed it to a dropdownlist being more handy in this situation, I just have one problem... When I add the dropdownlist it shows on the next line so instead of:
Company: Dropdownlist
I get:
Company:
Dropdownlist
@Html.Label("Companies", GlobalResource.Company, new { @class = "span6" })
@(Html.Telerik().DropDownList().Name("Companies")
.HtmlAttributes( new { style = "font-weight:normal"})
the code for the dropdownlist
I used to use a combobox but I changed it to a dropdownlist being more handy in this situation, I just have one problem... When I add the dropdownlist it shows on the next line so instead of:
Company: Dropdownlist
I get:
Company:
Dropdownlist
@Html.Label("Companies", GlobalResource.Company, new { @class = "span6" })
@(Html.Telerik().DropDownList().Name("Companies")
.HtmlAttributes( new { style = "font-weight:normal"})
the code for the dropdownlist