New to Kendo UI for jQueryStart a free 30-day trial

Open

methods

Opens the popup element with the color selector.

<input id="colorpicker" type="color" />
<script>
$("#colorpicker").kendoColorPicker();
var colorpicker = $("#colorpicker").data("kendoColorPicker");
colorpicker.open();
</script>
Not finding the help you need?
Contact Support