[]
        
(Showing Draft Content)

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

KeyActionEnter Method

KeyActionEnter(KeyAction)

Configurates KeyActionEnter. Sets the action to perform when the ENTER key is pressed.

Declaration
public virtual TBuilder KeyActionEnter(KeyAction value)
Parameters
Type Name Description
KeyAction value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

The default setting for this property is MoveDown, which causes the control to move the selection to the next row. This is the standard Excel behavior.