|
|
|
|
|
---|---|---|---|---|
No data to display |
You can bind our Blazor TreeList to a data collection that implements the INotifyCollectionChanged or IBindingList interface. This collection notifies the TreeList about relevant changes (when items are added or removed, when the entire collection is refreshed, etc). The TreeList listens to these notifications and updates its data automatically.
To enable automatic data updates for individual cells, the item object should implement the INotifyPropertyChanged interface.
This demo illustrates real-time data update support when using our Blazor TreeList within a DevExpress-powered Blazor app (when bound to the standard ObservableCollection<T>).
Note: The data used in this demo is not real and is for demonstration purposes only. The demo generates random stock quote data.