Example of Column Template in ASP.NET Core Tree Grid Control

Tree Grid
Columns
Column Template

This sample demonstrates the usage of template columns in TreeGrid. In this sample, we have shown SparkLine control in TreeGrid columns.

EMP001
Robert King2/15/1963
EMP004
David william5/20/1971
EMP035
Nancy Davolio3/19/1966
EMP045
Andrew Fuller9/20/1980
EMP091
Anne Dodsworth10/19/1989
EMP110
Michael Suyama11/2/1987
EMP131
Janet Leverling11/6/1090
EMP039
Romey Wilson2/2/1980
EMP213
Margaret Peacock1/21/1986
EMP197
Steven Buchanan3/23/1987
EMP167
Tedd Lawson8/9/1989

The TreeGrid provides a way to use a custom layout for each cell using column template feature. The columns->template property accepts either string or HTML element`s ID value, which will be used as the template for the cell.

In this demo, using column template, we have presented sparkLine charts for the "Tax per annum", "One day index" and "Year GR" columns. In columns->template we have assigned with the ID of a SCRIPT element whose content is used as the template.

The template expression should be provided inside ${...} interpolation syntax


More information on the data binding can be found in this documentation section.

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