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