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