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

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

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

DEMO
SOURCE
;

The Tree Grid 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.