Duration: 19:53 min
Summary: In this lesson, we are continuing our discussion of Kendo UI by talking about the ComboBox in more details. After the setup we did in the previous video, we started changing some properties and saw the impact of the changes. For example, we added the placeholder property and turned the ignoreCase on. We also bound the ComboBox to the change event so that when the user changed the selection, the appropriate selected text was displayed in the div below the ComboBox. We also looked at an example the retrieve the data from NetFlix using odata. For that we specified a template for how the data will look like. We will look at more data source and template examples in the upcoming videos..
Technologies and Resources: Kendo UI, Notepad++, document, ready,index, filter, ignoreCase, minLength, placeholder, suggest, enable, select, function, bind.