[]
        
(Showing Draft Content)

C1.Web.Mvc.ColumnBase.TemplateFunction

TemplateFunction Property

TemplateFunction

Gets or sets a template function to be used for generating the HTML content of data cells in this Column.

Declaration
[JsonConverter(typeof(FunctionConverter))]
public virtual string TemplateFunction { get; set; }
Remarks

The formatter function can add any content to any cell. It provides complete flexibility over the appearance and behavior of grid cells.