Kanban / Data Binding / Local Data

Blazor Kanban Board - Local Data Binding

Loading Syncfusion Blazor Server Demos…
To Do
- 5 items
In Progress
- 4 items
Testing
- 7 items
Done
- 5 items

This sample demonstrates binding an array of objects (local data source) to the Kanban component.

Bind data to the board using the DataSource property, which accepts an array of objects or a DataManager instance. In this demo, an array of objects is assigned to render columns and cards.