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

Close

methods

Closes the popup.

<input id="colorpicker" type="color" />
<script>
$("#colorpicker").kendoColorPicker();
var colorpicker = $("#colorpicker").data("kendoColorPicker");
colorpicker.open();

setTimeout(function() {
    colorpicker.close();
}, 1000);
</script>
Not finding the help you need?
Contact Support