Skip to main content

Posts

Featured

Most Searched Angular Examples of 2022

5: Angular Dropdown Example Angular dropdowns go far beyond the vanilla list of items. You can implement autocomplete, show a grid, render a tree, and just about anything else you can think of. Kendo UI for Angular has a variety of dropdown components, and we have examples for each: DropDownList : The most basic and common type of dropdown. Autocomplete : A dropdown that filters the list of items as the user types and shows that list as he or she enters characters. ComboBox : A dropdown list that allows the user to open the list and choose an item, but also allows the user to type filter terms. DropDownTree : A dropdown list that can show item heirarchy with parents and children. MultiColumnComboBox : Essentially a dropdown that shows items in a tabular form. MultiSelect : A form component that allows users to pick multiple items, which will then appear as removable tags. MultiSelectTree : Similar to MultiSelect, except the items are displayed in tree form. 4: Angular Application Examp...

Latest Posts

How to enable automated backup of MongoDB hosted on Atlas?

How to get a free SSL certificate using AWS and how to use it on CloudFront?