Blazor Kanban Board - Swimlane Visualization
To Do - 5 items | In Progress - 4 items | Done - 5 items |
|---|
Andrew Fuller - 3 items | ||
[1]To Do Task 20 Enhance editing functionality | [1]In Progress Task 2 Improve application performance | [1]Done Task 13 Analyze SQL server 2008 connection |
Janet Leverling - 4 items | ||
[1]To Do Task 3 Arrange a web meeting with the customer to get new requirements | [2]In Progress Task 4 Fix the issues reported in the IE browser Task 11 Fix cannot open user’s default database SQL error | [1]Done Task 17 Analyze stored procedures |
Margaret Hamilt - 3 items | ||
[1]To Do Task 10 Show the retrieved data from the server in grid control | [0]In Progress No cards to display | [2]Done Task 8 Test the application in the IE browser Task 15 Analyze grid control |
Nancy Davloio - 2 items | ||
[1]To Do Task 1 Analyze the new requirements gathered from the customer | [1]In Progress Task 21 Improve the performance of the editing functionality | [0]Done No cards to display |
Steven Walker - 2 items | ||
[1]To Do Task 22 Arrange web meeting with the customer to show editing demo | [0]In Progress No cards to display | [1]Done Task 16 Stored procedure for initial data binding of the grid |
Properties
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