alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GridKeySettings

    Configures keyboard navigation for grid.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    GridKeySettings
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.Dispose(bool)
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridKeySettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    GridKeySettings()

    Declaration
    public GridKeySettings()

    Properties

    MoveDownCell

    Defines the action keys for the down cell movement.

    • EnterMoves to down cell on pressing Enter key
    • ArrowDownMoves to down cell on pressing down arrow key
    • ShiftDownMoves to down cell on pressing shift+down arrow key
    Declaration
    [Parameter]
    public string MoveDownCell { get; set; }
    Property Value
    Type
    string

    MoveLeftCell

    Defines the action keys for the left cell movement.

    • ShiftTabMoves to left cell on pressing Shift+Tab key
    • ArrowLeftMoves to left cell on pressing left arrow key
    • ShiftLeftMoves to left cell on pressing shift+left arrow key
    Declaration
    [Parameter]
    public string MoveLeftCell { get; set; }
    Property Value
    Type
    string

    MoveRightCell

    Defines the action keys for the right cell movement.

    • TabMoves to right cell on pressing Tab key
    • ArrowRightMoves to right cell on pressing right arrow key
    • ShiftRightMoves to right cell on pressing shift+right arrow key
    Declaration
    [Parameter]
    public string MoveRightCell { get; set; }
    Property Value
    Type
    string

    MoveUpCell

    Defines the action keys for the up cell movement.

    • ShiftEnterMoves to top cell on pressing Shit+Enter key
    • ArrowUpMoves to top cell on pressing up arrow key
    • ShiftUpMoves to top cell on pressing shift+up arrow key
    Declaration
    [Parameter]
    public string MoveUpCell { get; set; }
    Property Value
    Type
    string

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    Task
    Overrides
    ComponentBase.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    Task
    Overrides
    ComponentBase.OnParametersSetAsync()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved