ComponentOne ASP.NET MVC Controls
OnClientRowEditStarted Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientRowEditStarted Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowEditStarted client event. Occurs after a row enters edit mode.
Syntax
'Declaration
 
Public Overridable Function OnClientRowEditStarted( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientRowEditStarted( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

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