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