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