Example of Filtering in ASP.NET MVC Dropdown Tree Control
This sample demonstrates the filtering functionalities of the Dropdown Tree. Click the Dropdown Tree element, and then type a character in the search box. It will display the filtered list items based on the typed characters.
DEMO
SOURCE
The Dropdown Tree has the built-in support to filter the data source when the AllowFiltering
is enabled. It
performs
when the characters are typed in the search box.