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