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

Example of Show Hide Columns in ASP.NET Core Kanban Control

This sample demonstrates how to control the visibility of Kanban columns dynamically. Check or uncheck the checkboxes from the property panel to show or hide the corresponding column.

DEMO
SOURCE

The Kanban provides an option to show or hide its columns dynamically using the following public methods.

  • ShowColumn: Makes the corresponding column visible based on the specified ID.
  • HideColumn: Hides the corresponding column based on the specified column ID.