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

TaskBoard - Configuration

Configurator

Board

Column Buttons

Card Buttons

Bring Into View

To Do
3/5

Create landing page for the upcoming campaign

Draft and schedule the monthly newsletter

Review advertising performance metrics

In Progress
2/3

Analyze conversion rates across all funnel stages

Synthesize feedback from recent user interviews

In Review
1/2

Update on-page SEO across the product blog

Done

Review the checkout and onboarding experience

Publish the updated content plan for Q3

  • Configuration.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 provides a rich set of configuration parameters that control board behavior, column capabilities, card interaction, and priority display.

This demo showcases the Configuration options through an interactive configurator panel. The Enabled parameter disables the entire board when set to false, while CardDraggable controls whether cards can be moved between columns by dragging. Setting ColumnReorderable to true allows users to drag and drop columns into a different order. The ConfirmDelete parameter toggles a confirmation dialog before card or column removal.

Column header buttons are configured via the TaskBoardColumnSettings child component using the Buttons flags enum (EditColumn, AddCard, DeleteColumn). Card action buttons are controlled similarly through TaskBoardCardSettings.Buttons (EditCard, DeleteCard). Combine flag values with the bitwise OR operator, or set None to hide all buttons.

Card priorities are defined through the Priorities parameter — a list of TaskBoardCardPriority objects, each specifying a Value matched against the CardPriorityField, a Color for the priority indicator, and an optional Text label shown in the edit dropdown. The demo also demonstrates BringIntoView and BringColumnIntoView, which programmatically scroll the board to bring a specific card or column into the visible area.

This Blazor TaskBoard Configuration 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.