Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Basically in order to achieve this you should set overflow: auto to the AutoComplete list:
.k-popup .k-list{
white-space
:
nowrap
;
overflow
auto
}
As another option I can suggest trimming the items and display ellipsis:
.k-popup .k-list .k-item{
hidden
text-
: ellipsis;