Blazor Kanban Board - Observable Collection Binding
To Do - 7 items | In Progress - 4 items | Testing - 5 items | Done - 4 items |
|---|
[7]To Do Task 10003 Test the application in the IE browser. Task 10006 Improve application performance Task 10008 Improve application performance Task 100010 Improve application performance Task 100011 Validate new requirements Task 100012 Validate new requirements Task 100018 Improve application performance | [4]In Progress Task 10002 Fix the issues reported in the IE browser. Task 10009 Improve application performance Task 100013 Analyze the new requirements gathered from the customer. Task 100020 Test the application in the IE browser. | [5]Testing Task 10005 Analyze the new requirements gathered from the customer. Task 100014 Validate new requirements Task 100015 Fix the issues reported in the IE browser. Task 100016 Fix the issues reported in the IE browser. Task 100019 Analyze the new requirements gathered from the customer. | [4]Done Task 10001 Validate new requirements Task 10004 Analyze the new requirements gathered from the customer. Task 10007 Fix the issues reported in the IE browser. Task 100017 Improve application performance |
This sample demonstrates data binding with ObservableCollection in the Kanban component.
When using ObservableCollection, the Kanban UI updates automatically as items are added or removed from the data source. For property-level updates, implement INotifyPropertyChanged on the data model to refresh UI on value changes.