Duration: 19:42 min
Summary: In this lesson, we will discuss the drop down list. With the ComboBox, we were able to type some text in addition to the ability to select an item. In this case, we are only able to select. We will create a drop down list with items in a local array. We will animate the ‘open” functionality. We will also get a hold of the drop down list reference and call some function against the list. For example, we will see how the search and select work, in addition to the optionLabel, index, and ignoreCase. We will also handle couple of events to open and close the drop down using two buttons. Finally, we will look at an example that uses odata as the data source and a template to display the items with the drop down.
Technologies and Resources: Kendo UI, kendoDropDownList, dataTextField, dataValueField, dataSource, kendoConsole.