Blazor Kanban Board - Swimlane Visualization
To Do - 5 items | In Progress - 4 items | Done - 5 items |
|---|
Andrew Fuller - 3 items | ||
Task 20 Enhance editing functionality | Task 2 Improve application performance | Task 13 Analyze SQL server 2008 connection |
Janet Leverling - 4 items | ||
Task 3 Arrange a web meeting with the customer to get new requirements | Task 4 Fix the issues reported in the IE browser Task 11 Fix cannot open user’s default database SQL error | Task 17 Analyze stored procedures |
Margaret Hamilt - 3 items | ||
Task 10 Show the retrieved data from the server in grid control | No cards to display | Task 8 Test the application in the IE browser Task 15 Analyze grid control |
Nancy Davloio - 2 items | ||
Task 1 Analyze the new requirements gathered from the customer | Task 21 Improve the performance of the editing functionality | No cards to display |
Steven Walker - 2 items | ||
Task 22 Arrange web meeting with the customer to show editing demo | No cards to display | Task 16 Stored procedure for initial data binding of the grid |
Properties
| Sort direction | |
| Swimlanes Drag & Drop | |
| Show items count | |
| Freeze swimlane row |
This example demonstrates swimlane functionalities in the Kanban component. Use the property panel to sort cards, enable drag-and-drop across swimlanes, show/hide empty rows and item counts, and freeze swimlane headers. You can also expand or collapse swimlane rows.
This sample is configured using KanbanSwimlaneSettings with the following properties:
- KeyField – Maps swimlane header (assignee in this demo).
- SortDirection – Sorts swimlane cards.
- AllowDragAndDrop – Enables drag-and-drop across swimlanes.
- ShowEmptyRow – Shows or hides empty swimlane rows.
- ShowItemCount – Shows item counts in swimlane headers.
- EnableFrozenRows – Freezes swimlane rows at the top.
See also