This sample demonstrates how to implement custom sorting for swimlane rows in the Syncfusion Blazor Kanban component. It shows how to control the swimlane order programmatically to match business requirements or user preferences.
Use this sample to learn how to apply a custom ordering mechanism for swimlane rows instead of the default alphabetical or data-driven ordering. The pattern can be adapted to sort by priority, custom status order, or user-defined sequences.
- Custom swimlane ordering
- Integration with the Syncfusion Kanban component
- Example code showing how to compute and apply a custom row order
Documentation: https://blazor.syncfusion.com/documentation/kanban/swimlane#custom-order
- Visual Studio 2022 (or later)
- The .NET SDK required by the solution
- Clone the repository to a local folder.
- Open the solution in Visual Studio 2022.
- Restore NuGet packages by rebuilding the solution or running
dotnet restore. - Build and run the project from Visual Studio.
Optional CLI commands:
dotnet restore
dotnet buildIf you encounter issues, confirm that packages are restored, the project builds, and the license key is registered correctly. For more details about Syncfusion components consult the Syncfusion Blazor documentation.