Skip to content

SyncfusionExamples/blazor-kanban-swimlane-sorting

Repository files navigation

Blazor Kanban - Swimlane Row Custom Sorting

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.

Overview

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.

Features

  • 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

Prerequisites

  • Visual Studio 2022 (or later)
  • The .NET SDK required by the solution

Run the project

  1. Clone the repository to a local folder.
  2. Open the solution in Visual Studio 2022.
  3. Restore NuGet packages by rebuilding the solution or running dotnet restore.
  4. Build and run the project from Visual Studio.

Optional CLI commands:

dotnet restore
dotnet build

Troubleshooting & support

If 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.

About

This sample explains about how to customize swimlane rows order in a Syncfusion Blazor Kanban component.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors