[]
        
(Showing Draft Content)

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

OnClientDeletingRow Method

OnClientDeletingRow(string)

Configurates the OnClientDeletingRow client event. Occurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property).

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

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

The event handler may cancel the row deletion.