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