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

Placeholder

configuration

The hint displayed by the widget when it is empty. Not set by default.

Default: ""

<input id="combobox" />
<script>
$("#combobox").kendoComboBox({
  placeholder: "Select..."
});
</script>
<input id="combobox" placeholder="Select..." />

<script>
$("#combobox").kendoComboBox({
    dataSource: ["Item1", "Item2"]
});
</script>
Not finding the help you need?
Contact Support