New to Kendo UI for Angular? Start a free 30-day trial
Hidden Columns
The Kendo UI for Angular Grid allows the user to show or hide its columns.
You can configure the hidden state of the columns by:
Using the Built-In Options
To hide a particular Grid column, set the hidden option.
Change Theme
Theme
Loading ...
Using Structural Directives
To show or hide particular Grid columns, use the ngIf Angular directive or the @if template syntax.
Unlike the
hiddenbuilt-in option,*ngIfand@ifimpose certain limitations. As a result, when you use the*ngIfdirective or the@ifsyntax to conditionally control the columns of the Kendo UI Grid for Angular, particular features, such as the titles in specific grouping scenarios, grouping templates, and responsiveness, are not available.
Change Theme
Theme
Loading ...