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