Example of Column Formatting in Javascript Tree Grid Control

/
/
Column Formatting

This sample demonstrates the way of displaying the content of Tree Grid columns based on the specified format. In this sample, format of columns can be changed dynamically through property panel.

More Details...

Column
Format
Description

Format is the process of customizing the particular column data/values based on specific culture. The Tree Grid uses Internalization library to format number and date values. The format can be specified by using format property of columns. In this demo, select the column and format from the property panel to format the corresponding column values. More information on the column formatting can be found in this documentation section.