adaptiveSubtitleString

Allows customization of the subtitle's text in the adaptive view of the component.

Example

<input id="colorpicker" type="color" />
<script>
  $("#colorpicker").kendoColorPicker({
    adaptiveMode: "auto",
    adaptiveSubtitle: "Select your preferred color"
  });
</script>
In this article
adaptiveSubtitle
Not finding the help you need?
Contact Support