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