buttons Boolean
(default: true)
Specifies whether the widget should display the Apply / Cancel buttons.
Example
<input id="colorpicker" type="color" />
<script>
$("#colorpicker").kendoColorPicker({
buttons: false
})
</script>