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
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!