A sample Blazor application demonstrating CRUD operations for the Syncfusion Kanban component using the UrlAdaptor of the Blazor DataManager to communicate with backend endpoints.
This repository shows how to wire the Syncfusion Kanban component to a server API using the UrlAdaptor for create, read, update, and delete operations. The sample includes dialog editing and server-sync examples.
Online example: https://blazor.syncfusion.com/demos/kanban/dialog-editing?theme=bootstrap4
- Server-backed CRUD via
UrlAdaptor - Dialog-based card editing
- Example workflows for create, read, update, delete
- Visual Studio 2022 (recommended) 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. - Configure the backend API endpoints or update the database connection string in the project configuration to match your environment.
- Build and run the project from Visual Studio.
Optional CLI steps:
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.