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