Skip to main content
All docs
V25.1
  • .NET 8.0+

    IEasyTestGrid Methods

    Exposes the API that provides access to a data grid in test code.
    Name Description
    ClearSelection() Unselects the previously selected rows. Inherited from IEasyTestGridSelection.
    ExecuteColumnEditorAction(Int32, String, String) Inherited from IEasyTestGridEditing.
    ExecuteColumnEditorAction(String, String) Inherited from IEasyTestGridEditing.
    ExpandGroup(String) Expands a specified group. Inherited from IEasyTestGridGrouping.
    FillRow(EasyTestParameter[]) Fills an edited row with new values. Inherited from IEasyTestGridEditing.
    FillRow(Int32, EasyTestParameter[]) Fills the specified row with the new values. Inherited from IEasyTestGridEditing.
    GetRow(Int32, String[]) Returns a collection of strings that represent row values.
    GetRowCount() Gets the row count.
    GetRowIndex(EasyTestParameter[]) Gets a specified row’s index.
    GetRows(String[]) Returns a dictionary that contains all visible grid records and their indexes.
    GetSelectedRowIndices() Returns the array of selected rows’ indexes. Inherited from IEasyTestGridSelection.
    GetSelectedRows(String[]) Returns a dictionary that contains selected grid records and their indexes. Inherited from IEasyTestGridSelection.
    GroupBy(String) Groups grid rows by a specified column. Inherited from IEasyTestGridGrouping.
    InlineCancel() Cancels the edit action of a row. Inherited from IEasyTestGridEditing.
    InlineEdit(EasyTestParameter[]) Starts editing a specified row. Inherited from IEasyTestGridEditing.
    InlineNew() Creates a new row and opens it for inline editing. Inherited from IEasyTestGridEditing.
    InlineUpdate() Commits changes and stops editing a row. Inherited from IEasyTestGridEditing.
    ProcessRow(EasyTestParameter[]) Opens Detail Views for specified records (imitates a click on a grid row).
    RowExists(EasyTestParameter[]) Checks whether the specified rows exist.
    SelectRows(String, String[]) Selects specified grid records. Inherited from IEasyTestGridSelection.
    SortByColumn(String, SortOrder) Sorts grid values by a specified column. Inherited from IEasyTestGridSorting.
    UngroupAll() Ungroups grid data. Inherited from IEasyTestGridGrouping.
    UnselectRows(String, String[]) Unselects specified grid records. Inherited from IEasyTestGridSelection.
    See Also