view String (default: "gradient")

The initially selected view in the FlatColorPicker.

Example

<div id="colorpicker"></div>
<script>
$("#colorpicker").kendoColorPicker({
  view: "palette"
});
</script>
In this article