[]
        
(Showing Draft Content)

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

OnClientRowAdded Method

OnClientRowAdded(string)

Configurates the OnClientRowAdded client event. Occurs when the user creates a new item by editing the new row template (see the allowAddNew property).

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

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

The event handler may customize the content of the new item or cancel the new item creation.