adaptiveModeString(default: "none")
Specifies the adaptive rendering of the component. The supported values are: none (default), auto.
Example
<input id="colorpicker" type="color" />
<script>
  $("#colorpicker").kendoColorPicker({
    adaptiveMode: "auto"
  });
</script>In this article