ComponentOne ASP.NET MVC Controls
KeyActionEnter Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : KeyActionEnter Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.KeyActionEnter. Sets the action to perform when the ENTER key is pressed.
Syntax
'Declaration
 
Public Overridable Function KeyActionEnter( _
   ByVal value As KeyAction _
) As TBuilder
public virtual TBuilder KeyActionEnter( 
   KeyAction value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The default setting for this property is C1.Web.Mvc.Grid.KeyAction.MoveDown, which causes the control to move the selection to the next row. This is the standard Excel behavior.
See Also

Reference

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