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