Blazor Kanban Board - DynamicObject Binding
This sample demonstrates the data binding of DynamicObject collection with CRUD operations in the Kanban component.
To Do - 3 items | In Progress - 8 items | Testing - 6 items | Done - 3 items |
|---|
Task 10008 Validate new requirements Task 10009 Improve application performance Task 100017 Improve application performance | Task 10003 Fix the issues reported in the IE browser. Task 10004 Validate new requirements Task 100010 Fix the issues reported in the IE browser. Task 100013 Improve application performance Task 100015 Improve application performance Task 100016 Test the application in the IE browser. Task 100019 Test the application in the IE browser. Task 100020 Analyze the new requirements gathered from the customer. | Task 10002 Validate new requirements Task 10005 Improve application performance Task 10007 Test the application in the IE browser. Task 100011 Fix the issues reported in the IE browser. Task 100012 Test the application in the IE browser. Task 100018 Analyze the new requirements gathered from the customer. | Task 10001 Validate new requirements Task 10006 Fix the issues reported in the IE browser. Task 100014 Improve application performance |
In this demo, a collection DynamicObject is bound to DataSource property of the Kanban component.
The GetDynamicMemberNames method of DynamicObject class must be overridden and must return the property names to perform data operation.