ComponentOne ASP.NET MVC Controls
OnClientRowAdded Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientRowAdded Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowAdded client event. Occurs when the user creates a new item by editing the new row template (see the allowAddNew property).
Syntax
'Declaration
 
Public Overridable Function OnClientRowAdded( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientRowAdded( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The event handler may customize the content of the new item or cancel the new item creation.
See Also

Reference

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