[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.TemplateFunction

TemplateFunction Method

TemplateFunction(string)

Configurates TemplateFunction. Sets a template function to be used for generating the HTML content of data cells in this Column.

Declaration
public virtual TBuilder TemplateFunction(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

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