ComponentOne ASP.NET MVC Controls
OnClientDeletingRow Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientDeletingRow Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientDeletingRow client event. Occurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property).
Syntax
'Declaration
 
Public Overridable Function OnClientDeletingRow( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientDeletingRow( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The event handler may cancel the row deletion.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members