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

Example of Show or Hide Column in ASP.NET Core Tree Grid Control

This sample demonstrates dynamic show/hide columns feature of TreeGrid. Select column name from the properties panel and click hide/show to toggle visibility.

DEMO
SOURCE
Column
Hidden Columns

The TreeGrid column can be showed/hidden dynamically using showColumns and hideColumns methods.

In this demo, the columns can be showed and hidden by selecting the column name in the dropdown and click the Show or Hide buttons to toggle visibility. And the column`s visibility is toggled based on the Columns->HeaderText value.


The Columns->Visible property specifies the visibility of a column. To hide a column at the initial rendering, set the Columns->Visible property to false.

Transform your ASP.NET Core web apps today with Syncfusion® ASP.NET Core components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab