buttons Boolean (default: false)

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

Example

<div id="flatpicker"></div>
<script>
$("#flatpicker").kendoFlatColorPicker({
  buttons: true
});
</script>
In this article