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