Height of the drop down increases for multi select feature as the options increase

1 Answer 3242 Views
MultiSelect
Tushar
Top achievements
Rank 1
Tushar asked on 30 Sep 2015, 02:49 PM
Please refer the example provided in the link http://docs.telerik.com/kendo-ui/web/multiselect/how-to/scrollbale-data-items and refer the attachment. Please, provide fix so that the dropdown height is fixed.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 02 Oct 2015, 12:57 PM
Hi Tushar,

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