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

Value

configuration

The initially selected color. Note that when initializing the widget from an <input> element, the initial color will be decided by the field instead.

value

String|kendo.Color

Default: null

<div id="colorpicker"></div>
<script>
$("#colorpicker").kendoColorPicker({
  value: "#b72bba"
});
</script>
Not finding the help you need?
Contact Support