New to Telerik UI for Blazor? Download Free 30-day trial

TaskBoard - Events

Configurator

Cancel Card Events

Cancel Column Events

CONSOLE Clear log
To Do

Create a new landing page for the upcoming campaign

Draft and schedule the monthly newsletter

Review advertising performance metrics

In Progress

Analyze conversion rates across all funnel stages

Synthesize feedback from recent user interviews

In Review

Review and update on-page SEO across the blog

Done

Review the checkout and onboarding experience

Publish the updated content plan for Q3

  • Events.razor
Loading the demo source code...please wait.
Style in ThemeBuilder
  • Custom SASS variables
  • Atomic customizations
  • Sharing projects
Start Theming

Description

The Telerik UI for Blazor TaskBoard exposes a comprehensive set of events that allow applications to respond to and control every user interaction on the board.

This demo showcases all TaskBoard events in a single view with a live event log. Card events include OnCardClick, OnCardCreate, OnCardUpdate, OnCardDelete, and OnCardMove. Column events include OnColumnCreate, OnColumnUpdate, OnColumnDelete, and OnColumnReorder. The SelectedCardChanged callback fires when the user clicks a card and the selection changes.

Each event argument provides contextual data: the affected Item, the OriginalItem (available on update events for comparing old and new values), and an IsCancelled flag that prevents the default action when set to true. The demo includes configurator options to cancel create, update, delete, move, and reorder events individually and observe how cancellation works.

To handle events, assign the corresponding callback parameters directly on the TelerikTaskBoard component. Use @bind-SelectedCard or the SelectedCard and SelectedCardChanged pair to track the currently selected card in application state. Enable ColumnReorderable to allow drag-and-drop column reordering and receive OnColumnReorder notifications.

This Blazor TaskBoard Events example is part of a unique collection of hundreds of Blazor demos, with which you can see all Telerik UI for Blazor components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for Blazor or ThemeBuilder.

Support & Learning Resources

An error has occurred. This application may no longer respond until reloaded.