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

Views

configuration

The available views in the ColorPicker. Valid values are "gradient" and "palette".

views

Array

Default: [ "gradient", "palette" ]

<div id="colorpicker"></div>
<script>
$("#colorpicker").kendoColorPicker({
  view: "palette",
  views: ["palette"]
});
</script>
Not finding the help you need?
Contact Support