• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of API in ASP.NET MVC Kanban Control

This sample demonstrates the important APIs required to manipulate the Kanban control. Provides necessary details in the property panel to add and remove the columns dynamically.

DEMO
SOURCE

Add Column

Delete Column

The demo explains how to add or remove columns programmatically.

  • AddColumn: The public method used to add a column to the Kanban board dynamically.
  • DeleteColumn: The public method used to remove the existing column from the Kanban board based on an index.