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

    IEasyTestGridEditing Methods

    Exposes the API that provides access to data grid editing features in test code.
    Name Description
    ExecuteColumnEditorAction(Int32, String, String)
    ExecuteColumnEditorAction(String, String)
    FillRow(EasyTestParameter[]) Fills an edited row with new values.
    FillRow(Int32, EasyTestParameter[]) Fills the specified row with the new values.
    InlineCancel() Cancels the edit action of a row.
    InlineEdit(EasyTestParameter[]) Starts editing a specified row.
    InlineNew() Creates a new row and opens it for inline editing.
    InlineUpdate() Commits changes and stops editing a row.
    See Also