This example demonstrates how to create a scrollable list in a MultiSelect widget which requires set. If you don't need scrollbar just remove the following CSS rule:
.myClass .k-multiselect-wrap
{
overflow: auto;
max-height: 100px;
}
For your convenience here is a modified version of the example.
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!