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

Preview

configuration

Displays the color preview element and the previously selected color for comparison. With buttons set to false, both elements will update at the same time.

preview

Boolean

Default: true

<input id="colorpicker" type="color" />
<script>
$("#colorpicker").kendoColorPicker({
  preview: false
});
</script>
Not finding the help you need?
Contact Support