Kendo jsFiddle Base
Starting point for fiddling with Kendo UI. FORK for new development.
by mlhDevelopment
HTML
<script src="http://cdn.kendostatic.com/2012.2.710/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.710/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.710/styles/kendo.default.min.css">
<select id="ddlShortcuts">
<option>Fill this</option>
<option>with awesome</option>
<option>stuff</option>
</select>
JavaScript
$("#ddlShortcuts").kendoDropDownList();