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