I have a dropdownlist that is loading content from DB. When it loads, it automatically defaults to the first item in the list. Is it possible for it to default to a blank value?
1 Answer, 1 is accepted
0
Georgi Krustev
Telerik team
answered on 06 Nov 2014, 12:32 PM
Hello James,
The DropDownList widget is designed to always have a selected item. This is how the HTML Select element works. If you would like to show blank item, then you can set an optionLabel option. Another option is to use the ComboBox widget.
Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!