ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotGrid Class / KeyActionTab Property

In This Topic
    KeyActionTab Property (PivotGrid)
    In This Topic
    Gets or sets the action to perform when the TAB key is pressed.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property KeyActionTab As KeyAction
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual KeyAction KeyActionTab {get; set;}
    Remarks
    The default setting for this property is C1.Web.Mvc.Grid.KeyAction.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 C1.Web.Mvc.Grid.KeyAction.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.
    See Also