Headers in ASP.NET Core Tree Grid Component

18 Nov 20181 minute to read

Header text

By default, column header title is displayed from column field value. To override the default header title, you have to define the headerText value.

NOTE

If both the field and headerText
are not defined in the column, the column renders with empty header text.

Header template

You can customize the header element by using the headerTemplate property.

NOTE

You can refer to our ASP.NET Core Tree Grid feature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Tree Grid example ASP.NET Core Tree Grid example to knows how to present and manipulate data.