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