UI for Blazor
The Telerik UI for Blazor TaskBoard component lets you manage tasks in a Kanban-style interface with ease. Cards are organized into columns based on status and can be moved via drag and drop for quick updates. A built-in toolbar provides search functionality for filtering by title or description, along with an option to add new columns, helping you maintain clear and flexible work tasks.
The component is well suited for scenarios such as task tracking, project management, issue tracking, and workflow visualization across teams.
The Blazor TaskBoard supports flexible data binding, allowing you to bind cards and columns to collections of data items. You can map fields such as title, description, status, and category, making it easy to integrate the component with existing data models.
See the Telerik UI for Blazor TaskBoard data binding documentation
Enable built-in editing in the Telerik UI for Blazor TaskBoard to allow users to create, update, and delete cards directly within the component. Editing is configured through a dedicated form and integrates with the data model by applying changes to the underlying data source.
Drag and drop is available in the Telerik UI for Blazor TaskBoard to support intuitive task movement and workflow updates directly in the UI.
See the Telerik UI for Blazor TaskBoard drag and drop documentation
Customize the toolbar in the Telerik UI for Blazor TaskBoard. The component includes several built-in tools and supports full extensibility through custom tools.
See the Telerik UI for Blazor TaskBoard toolbar documentation
Customize the Telerik UI for Blazor TaskBoard using built-in templates to control the rendering of columns, cards, and the edit pane. The ColumnHeaderTemplate replaces the default column header and provides access to the column data, state, and commands, while the CardTemplate allows full customization of the entire card layout. The CardBodyTemplate offers more granular control by customizing only the card content area without overriding the full layout. The EditPaneTemplate replaces the content area of the edit pane, giving you full control over the editing UI while taking over the Save and Cancel actions.
The TaskBoard state contains the current configuration of columns, cards, and their properties, and can be retrieved or updated at runtime through exposed methods. This enables scenarios where different users can work with personalized layouts or where the UI needs to persist and restore specific board configurations dynamically.
Handle user interaction and data operations in the Telerik UI for Blazor TaskBoard through a comprehensive set of events that cover both cards and columns, as well as selection changes.
Improve accessibility and usability in the Telerik UI for Blazor TaskBoard with built-in keyboard navigation. Users can navigate between cards and columns, trigger actions, and manage tasks using standard keyboard interactions.
See the Telerik UI for Blazor TaskBoard keyboard navigation demo