Blazor TaskBoard - Overview
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
meridian
- Overview.razor
- ProductService.cs
- CategoryService.cs
- ProductDto.cs
- CategoryDto.cs
The TaskBoard component is part of Telerik UI for Blazor, a professional grade UI library with 110+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Blazor TaskBoard component lets you visualize and manage tasks in a Kanban-style board. Cards are distributed into columns based on a status field and can be moved between columns via drag and drop. The built-in toolbar provides a search box to filter cards by title and description, and an add-column button.
This demo shows the TaskBoard with a custom CardTemplate that renders thumbnail images alongside card titles and descriptions, and demonstrates how to handle the OnCardCreate, OnCardUpdate, OnCardDelete, and OnCardMove events to keep your data source in sync.














