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 - 3 items | Testing - 9 items | Done - 5 items |
|---|
Task 100010 Improve application performance Task 100014 Analyze the new requirements gathered from the customer. Task 100018 Validate new requirements | Task 10005 Test the application in the IE browser. Task 100015 Improve application performance Task 100017 Improve application performance | Task 10001 Fix the issues reported in the IE browser. Task 10004 Validate new requirements Task 10006 Validate new requirements Task 10008 Test the application in the IE browser. Task 10009 Improve application performance Task 100012 Analyze the new requirements gathered from the customer. Task 100013 Validate new requirements Task 100016 Analyze the new requirements gathered from the customer. Task 100019 Validate new requirements | Task 10002 Test the application in the IE browser. Task 10003 Analyze the new requirements gathered from the customer. Task 10007 Test the application in the IE browser. Task 100011 Improve application performance Task 100020 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.