Skip to main content
All docs
V23.2
.NET 6.0+

IEasyTestGridEditing Methods

Exposes the API that provides access to data grid editing features in test code.
Name Description
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