[]
        
(Showing Draft Content)

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

OnClientFormatItem Method

OnClientFormatItem(string)

Configurates the OnClientFormatItem client event. Occurs when an element representing a cell has been created.

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

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

This event can be used to format cells for display.It is similar in purpose to the itemFormatter property, but has the advantage of allowing multiple independent handlers.