KendoUI TaskBoard

The KendoUI TaskBoard component allows you to easily organize items and keep track of their state and status. The TaskBoard provides a clean and user-friendly interface for managing tasks, notes, projects, people, or other kinds of items.

Key Features

  • Columns

  • Cards

  • Data Binding

  • Editing

  • Resources

  • Templates

  • Search

  • Validation

  • Accessibility

Design-Time

The kendoTaskBoard control can be added to a Form or Page from the Visual Studio Toolbox. It should look like this when dropped onto the designer.

Kendo TaskBoard at Design-Time

To show data in the kendoTaskBoard control at design-time, the data must be provided in the Options property in the designer. Assigning it in the Load event will not render at design-time.

Sample Implementation

Runtime

The resulting kendoTaskBoard control will look something like this:

Kendo TaskBoard at Runtime

Last updated

Was this helpful?