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

    IEasyTestGridEditing Members

    Exposes the API that provides access to data grid editing features in test code.

    Methods

    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