New to Telerik UI for Blazor? Download Free 30-day trial
TreeList - Observable Data
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Configurator
Add a forecast
Remove a forecast
Date | Max Temp. | Min Temp. | Wind | Rain | Snow |
---|
1/2/2021 12:00:00 AM | 3.30 | -12.00 | 5.50 | 0.00 | 7.20 |
1/3/2021 12:00:00 AM | 5.20 | -10.00 | 8.10 | 0.00 | 5.10 |
1/4/2021 12:00:00 AM | 3.20 | -8.00 | 8.10 | 0.00 | 4.10 |
1/5/2021 12:00:00 AM | 11.00 | -7.00 | 24.50 | 0.00 | 3.10 |
1/6/2021 12:00:00 AM | 9.00 | 0.00 | 21.70 | 1.80 | 6.20 |
1/7/2021 12:00:00 AM | 2.00 | -1.00 | 21.70 | 19.70 | 14.10 |
- Observable-data.razor
- WeatherService.cs
- WeatherDto.cs
Loading the demo source code...please wait.
Description
The Telerik TreeList for Blazor supports binding to collections implementing INotifyCollectionChanged, so that any changes to the collection will be reflected inside the TreeList automatically.
This Blazor TreeList - Observable Data demo is part of a unique collection of hundreds of Blazor demos, with which you can see all Telerik Blazor components and their features in action. View the source code of each of the demos or directly adapt and edit them, including their theme appearance, in some of our dedicated playgrounds for Blazor projects - Telerik REPL for Blazor.