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

Buttons

configuration

Specifies whether the widget should display the Apply / Cancel buttons.

buttons

Boolean

Default: true

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