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