Kanban / Data Binding / DynamicObject Binding

Blazor Kanban Board Example - DynamicObject Data Binding Support

Loading Syncfusion Blazor Server Demos…

To Do
- 6 items
In Progress
- 6 items
Testing
- 4 items
Done
- 4 items

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.