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

ButtonsTemplate

configuration

Specifies the template which is used for rendering the action buttons.

The buttons configuration option needs to be enabled.

buttonsTemplate

String|Function

Default: null

<div id="colorpicker"></div>
<script>
$("#colorpicker").kendoColorPicker({
    buttons: true,
    buttonsTemplate: "<button type='submit'>Submit</button>"
});
</script>
Not finding the help you need?
Contact Support