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