UI for ASP.NET Core
The TaskBoard can be validated in its entirety through events. This ensures that you can implement custom validation logic and different actions such as:
Tasks with status "Done" are read-only and cannot be moved to other columns
Only tasks "In Progress" can be moved to "Done"
The maximum number of tasks "In Progress" is four
The TaskBoard component comes with 20+ built-in themes such as Default (our own styling), Material (based on the Material Design guidelines), Bootstrap (which resembles the Bootstrap styling to integrate better) and Fluent (based on Microsoft Fluent UI). You can easily customize any of the available themes with a few lines of CSS or create a new theme to match your colors and branding with the Telerik SASS ThemeBuilder application.