InterfaceIGridExternalEditor
Interface
Represents an IGridExternalEditor class.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IGridExternalEditor
Properties
Position
Gets or sets the position of the ExternalEditor.
Declaration
cs-api-definition
ExternalEditorPosition Position { get; set; }
Property Value
Methods
BeginEdit(object, RadDataGrid)
Begins edit on the passed item.
Declaration
cs-api-definition
void BeginEdit(object item, RadDataGrid owner)
Parameters
item
owner
Events
EditCancelled
Occurs when an edit operation on the item is cancelled.
EditCommitted
Occurs when an edit operation on the item is committed.