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

Format

configuration

Sets the default input format in the gradient input editor.

format

String

Default: "hex"

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