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

Show MultiSelect Tags Vertically

1 Answer 134 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
Dane
Top achievements
Rank 1
Dane asked on 16 Apr 2013, 07:20 PM
I want to have the selected items in the multi-select helper render vertically (instead of the default horizontal).  I tried using a custom tagTemplate that added a break tag, but all that did was put the "X" for removing below the text of the tag.  How can I do this?

Dane

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 18 Apr 2013, 12:46 PM
Hello Dane,

In order to render the selected items vertically you could set smaller width to the MultiSelect widget. For example: 
@(Html.Kendo().MultiSelect()
   //....
   .HtmlAttributes(new { @style="width: 100px;"})
)

Kind 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!
Tags
MultiSelect
Asked by
Dane
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or