[]
        
(Showing Draft Content)

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

KeyActionTab Method

KeyActionTab(KeyAction)

Configurates KeyActionTab. Sets the action to perform when the TAB key is pressed.

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

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

The default setting for this property is None, which causes the browser to select the next or previous controls on the page when the TAB key is pressed. This is the recommended setting to improve page accessibility. In previous versions, the default was set to Cycle, which caused the control to move the selection across and down he grid. This is the standard Excel behavior, but is not good for accessibility.