[progress Communities] [progress Openedge Abl] Forum Post: Re: Dropdownlist Versus Combobox

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top