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

Toggle

methods

Toggles the popup.

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