E
egarcia
Guest
Hello Bert, The difference between the two components is subtle as the following thread in the Kendo UI forum indicates: www.telerik.com/.../combobox-vs-dropdownlist-widgets The main difference seems to be that you can input a value to the list of items. Also, by looking at the API description, you would find some few fields and methods that are different. For example, the ComboBox has field "input" whereas the DropDownList has "span" and the ComboBox has a method called "suggest". Links: docs.telerik.com/.../combobox docs.telerik.com/.../dropdownlist You should be able to use this.value() or e.sender.value() to access the value. (The numeric textbox also supports a value() method.) I hope this helps, Edsel
Continue reading...
Continue reading...