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