Completed
Last Updated: 20 Aug 2015 10:17 by ADMIN
Imported User
Created on: 20 Aug 2015 07:49
Category: Kendo UI for jQuery
Type: Feature Request
1
Add the ability to have placeholder as an option/or an empty option on combo box
Basically I'm asking for [`optionLabel` from `DropDownList`][1]. I can't do it using the datasource, because my data is remote.

  [1]: http://docs.telerik.com/kendo-ui/api/javascript/ui/dropdownlist#configuration-optionLabel
3 comments
ADMIN
Telerik Admin
Posted on: 20 Aug 2015 10:17
This indeed is not supported, and we don't have plans to provide built-in support for this behavior. Feel free to use a pseudo placeholder item for the combobox and implement your own solution when selecting it.
Imported User
Posted on: 20 Aug 2015 08:54
Actually what I need is, the user can select the placeholder/empty option back which will make the value of the combo box undefined.
ADMIN
Telerik Admin
Posted on: 20 Aug 2015 08:26
For the combobox you have the placeholder option (http://docs.telerik.com/kendo-ui/api/javascript/ui/combobox#configuration-placeholder) which serves the same purpose as the optionLabel in the dropdown list.