• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Custom Template in ASP.NET Core Dropdown Tree Control

This sample explains you about the custom template support of the Dropdown Tree. When you click the checkbox, the selected items will be visualized based on the given custom template.

DEMO
SOURCE

The Dropdown Tree control allows the user to select more than one value while enabling the checkbox or multi selection support.

The user can visualize the custom template instead of the selected item texts in the Dropdown Tree by enabling the mode type as Custom. User can also customize the given template by using the customTemplate property.

In this demo, the Dropdown Tree is populated with the checkbox and custom template feature.