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
fieldandheaderText
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 Gridfeature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Tree Grid exampleASP.NET Core Tree Grid exampleto knows how to present and manipulate data.