[]
Gets or sets a template function to be used for generating the HTML content of data cells in this Column.
[JsonConverter(typeof(FunctionConverter))]
public virtual string TemplateFunction { get; set; }
The formatter function can add any content to any cell. It provides complete flexibility over the appearance and behavior of grid cells.