Blazor Kanban Board - Observable Collection Binding
To Do - 4 items | In Progress - 7 items | Testing - 6 items | Done - 3 items |
|---|
[4]To Do Task 10009 Improve application performance Task 100012 Fix the issues reported in the IE browser. Task 100017 Validate new requirements Task 100019 Analyze the new requirements gathered from the customer. | [7]In Progress Task 10001 Test the application in the IE browser. Task 10003 Improve application performance Task 10004 Fix the issues reported in the IE browser. Task 10007 Improve application performance Task 100014 Test the application in the IE browser. Task 100015 Analyze the new requirements gathered from the customer. Task 100016 Fix the issues reported in the IE browser. | [6]Testing Task 10006 Improve application performance Task 10008 Improve application performance Task 100010 Improve application performance Task 100011 Fix the issues reported in the IE browser. Task 100018 Improve application performance Task 100020 Improve application performance | [3]Done Task 10002 Analyze the new requirements gathered from the customer. Task 10005 Validate new requirements Task 100013 Validate new requirements |
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.