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

Drop downlist next line

0 Answers 43 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ben
Top achievements
Rank 1
Ben asked on 21 Jun 2012, 09:55 AM
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
Tags
ComboBox
Asked by
Ben
Top achievements
Rank 1
Share this question
or