• 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 Toggle Columns in ASP.NET MVC Kanban Control

This sample demonstrates the toggle column feature of Kanban. Each column of Kanban is collapsible, and the testing column is collapsed on page load itself.

DEMO
SOURCE

The Kanban controls allows you to expand or collapse its columns to save space. The remaining columns extend its width to occupy the hided column space. This feature can be achieved by the following properties:

  • AllowToggle: Enables the expand/collapse behavior in Kanban.
  • IsExpanded: The property determines whether the column can be collapsed on the page load itself.