Blazor Kanban Board - Observable Collection Binding
This sample demonstrates the data binding of ObservableCollection with Kanban component.
To Do - 2 items | In Progress - 5 items | Testing - 7 items | Done - 6 items |
|---|
Task 100011 Fix the issues reported in the IE browser. Task 100015 Improve application performance | Task 10002 Test the application in the IE browser. Task 10004 Validate new requirements Task 100010 Analyze the new requirements gathered from the customer. Task 100018 Fix the issues reported in the IE browser. Task 100020 Analyze the new requirements gathered from the customer. | Task 10001 Improve application performance Task 10006 Improve application performance Task 10007 Test the application in the IE browser. Task 10009 Improve application performance Task 100013 Fix the issues reported in the IE browser. Task 100017 Analyze the new requirements gathered from the customer. Task 100019 Analyze the new requirements gathered from the customer. | Task 10003 Improve application performance Task 10005 Analyze the new requirements gathered from the customer. Task 10008 Fix the issues reported in the IE browser. Task 100012 Validate new requirements Task 100014 Test the application in the IE browser. Task 100016 Improve application performance |
Kanban automatically updates the UI, when the data objects are added and removed in the data source while using ObservableCollection as data source.
Also, Kanban automatically updates the UI for changes in the data object, and while the data object implements INotifyPropertyChanged interface.