menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KeyboardOptionsBuilder<T>

    Show / Hide Table of Contents

    Class KeyboardOptionsBuilder<T>

    Inheritance
    System.Object
    KeyboardOptionsBuilder<T>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class KeyboardOptionsBuilder<T>
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    KeyboardOptionsBuilder(KeySettings)

    It sets an object that indicates whether to use any customized key code

    Declaration
    public KeyboardOptionsBuilder(KeySettings keys)
    Parameters
    Type Name Description
    KeySettings keys

    It accepts the list of keySettings option

    Methods

    CancelRequest(String)

    It sets a value that indicates key to cancel the edited action in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> CancelRequest(string cancelrequest)
    Parameters
    Type Name Description
    System.String cancelrequest
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    DeleteRecord(String)

    It sets a value that indicates key to delete a record from the grid.

    Declaration
    public KeyboardOptionsBuilder<T> DeleteRecord(string deleterecord)
    Parameters
    Type Name Description
    System.String deleterecord
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    DownArrow(String)

    It sets a value that indicates key to downarrow key function in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> DownArrow(string downarrow)
    Parameters
    Type Name Description
    System.String downarrow
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    EditRecord(String)

    It sets a value that indicates key to edit a record in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> EditRecord(string editrecord)
    Parameters
    Type Name Description
    System.String editrecord
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    FirstCellSelection(String)

    It sets a value that indicates key to select the first cell in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> FirstCellSelection(string firstcellselection)
    Parameters
    Type Name Description
    System.String firstcellselection
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    FirstPage(String)

    It sets a value that indicates key to go to the first page action in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> FirstPage(string firstpage)
    Parameters
    Type Name Description
    System.String firstpage
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    FirstRowSelection(String)

    It sets a value that indicates key to select the first row in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> FirstRowSelection(string firstrowselection)
    Parameters
    Type Name Description
    System.String firstrowselection
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    Focus(String)

    It sets a value that indicates key to focus the grid.

    Declaration
    public KeyboardOptionsBuilder<T> Focus(string focus)
    Parameters
    Type Name Description
    System.String focus
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    InsertRecord(String)

    It sets a value that indicates key to insert new record on the grid.

    Declaration
    public KeyboardOptionsBuilder<T> InsertRecord(string insetrecord)
    Parameters
    Type Name Description
    System.String insetrecord
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    LastCellSelection(String)

    It sets a value that indicates key to select the last cell in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> LastCellSelection(string lastcellselection)
    Parameters
    Type Name Description
    System.String lastcellselection
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    LastRowSelection(String)

    It sets a value that indicates key to select the last row in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> LastRowSelection(string lastrowselection)
    Parameters
    Type Name Description
    System.String lastrowselection
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    LatPage(String)

    It sets a value that indicates key to go to the last page action in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> LatPage(string lastpage)
    Parameters
    Type Name Description
    System.String lastpage
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    LeftArrow(String)

    It sets a value that indicates key to leftarrow key function in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> LeftArrow(string leftarrow)
    Parameters
    Type Name Description
    System.String leftarrow
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    MoveCellLeft(String)

    It sets a value that indicates key to move cell left in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> MoveCellLeft(string movecellleft)
    Parameters
    Type Name Description
    System.String movecellleft
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    MoveCellRight(String)

    It sets a value that indicates key to move cell right in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> MoveCellRight(string movecellright)
    Parameters
    Type Name Description
    System.String movecellright
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    MultiSelectionByDownArrow(String)

    It sets a value that indicates key to multi selection by down arrow.

    Declaration
    public KeyboardOptionsBuilder<T> MultiSelectionByDownArrow(string multiselectionbydownarrow)
    Parameters
    Type Name Description
    System.String multiselectionbydownarrow
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    MultiSelectionByUpArrow(String)

    It sets a value that indicates key to multi selection by up arrow.

    Declaration
    public KeyboardOptionsBuilder<T> MultiSelectionByUpArrow(string multiselectionbyuparrow)
    Parameters
    Type Name Description
    System.String multiselectionbyuparrow
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    NextPage(String)

    It sets a value that indicates key to go to the next page action in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> NextPage(string nextpage)
    Parameters
    Type Name Description
    System.String nextpage
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    NextPager(String)

    It sets a value that indicates key to go to the next pager action in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> NextPager(string nextpager)
    Parameters
    Type Name Description
    System.String nextpager
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    PreviousPage(String)

    It sets a value that indicates key to go to the previous page action in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> PreviousPage(string previouspage)
    Parameters
    Type Name Description
    System.String previouspage
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    PreviousPager(String)

    It sets a value that indicates key to go to the previous pager action in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> PreviousPager(string previouspager)
    Parameters
    Type Name Description
    System.String previouspager
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    RandomSelection(String)

    It sets a value that indicates key to select the row randomly in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> RandomSelection(string randomselection)
    Parameters
    Type Name Description
    System.String randomselection
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    RightArrow(String)

    It sets a value that indicates key to rightarrow key function in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> RightArrow(string rightarrow)
    Parameters
    Type Name Description
    System.String rightarrow
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    RowDownSelection(String)

    It sets a value that indicates key to select the row downward in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> RowDownSelection(string rowdownselection)
    Parameters
    Type Name Description
    System.String rowdownselection
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    RowUpSelection(String)

    It sets a value that indicates key to select the row upward in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> RowUpSelection(string rowupselection)
    Parameters
    Type Name Description
    System.String rowupselection
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    SaveRequest(String)

    It sets a value that indicates key to save the edited record in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> SaveRequest(string saverequest)
    Parameters
    Type Name Description
    System.String saverequest
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    SelectedGroupCollapse(String)

    It sets a value that indicates key to collapse selected group.

    Declaration
    public KeyboardOptionsBuilder<T> SelectedGroupCollapse(string selectedgroupcollapse)
    Parameters
    Type Name Description
    System.String selectedgroupcollapse
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    SelectedGroupExpand(String)

    It sets a value that indicates key to expand selected group.

    Declaration
    public KeyboardOptionsBuilder<T> SelectedGroupExpand(string selectedgroupexpand)
    Parameters
    Type Name Description
    System.String selectedgroupexpand
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    TotalGroupCollapse(String)

    It sets a value that indicates key to collapse all group.

    Declaration
    public KeyboardOptionsBuilder<T> TotalGroupCollapse(string totalgroupcollapse)
    Parameters
    Type Name Description
    System.String totalgroupcollapse
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    TotalGroupExpand(String)

    It sets a value that indicates key to expand all group.

    Declaration
    public KeyboardOptionsBuilder<T> TotalGroupExpand(string totalgroupexpand)
    Parameters
    Type Name Description
    System.String totalgroupexpand
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    UpArrow(String)

    It sets a value that indicates key to uparrow key function in the grid.

    Declaration
    public KeyboardOptionsBuilder<T> UpArrow(string uparrow)
    Parameters
    Type Name Description
    System.String uparrow
    Returns
    Type Description
    KeyboardOptionsBuilder<T>

    KeyboardOptionsBuilder

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved