New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core DropDownTree Images
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core DropDownTree allows you to add an image to each node by using the ImageUrl()
method. To achieve the desired scenario, set the image URL, as demonstrated in the first DropDownTree of this example.
Another option is to use sprites. The sprites are a collection of image files combined into a single file that is loaded on the page with the background-image
CSS property. Specify the respective sprite CSS class for each node by using the SpriteCssClasses()
option. In this way, the sprite images will be loaded on the page through a single HTTP request. The items of the second DropDownTree of this example use sprites.