[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.ItemFormatter

ItemFormatter Method

ItemFormatter(string)

Configurates ItemFormatter. Sets a formatter function used to customize cells on this grid.

Declaration
public virtual TBuilder ItemFormatter(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.