We continue our training on layout components by learning how to use the Window component. Windows bring attention to some content without interrupting or obstructing the normal operation of the app.
Nothing beats a dropdown component to plug data into a form. In some cases we want the dropdown list to represent our underlying data, which could be in hierarchical form. This is where the DropDownTree comes into play, and it allows you to display hierarchical data rendered as a tree structure within a dropdown element.
Take the hierarchical TreeView component further by learning how to programmatically add and delete items and associated actions from a TreeView instance.
To display items in a hierarchical, tree-like structure with expandable parent and child nodes, you need a treeview. See how you can easily create and style a custom treeview in Kendo UI.