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

Formats

configuration

Sets the available input formats in the gradient input editor. Only "hex" and "rgb" are valid values.

formats

Array

Default: ["hex", "rgb"]

<div id="ColorGradient"></div>
<script>
$("#ColorGradient").kendoColorGradient({
  format: "rgb",
  formats: ["rgb"]
});
</script>
Not finding the help you need?
Contact Support