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