Interface
IGridExternalEditor

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

ExternalEditorPosition

Methods

BeginEdit(object, RadDataGrid)

Begins edit on the passed item.

Declaration

cs-api-definition
void BeginEdit(object item, RadDataGrid owner)

Parameters

item

object

owner

RadDataGrid

CancelEdit()

Cancels edit on the passed item.

Declaration

cs-api-definition
void CancelEdit()

CommitEdit()

Commits edit on the passed item.

Declaration

cs-api-definition
void CommitEdit()

Events

EditCancelled

Occurs when an edit operation on the item is cancelled.

Declaration

cs-api-definition
event EventHandler EditCancelled

Event Value

EventHandler

EditCommitted

Occurs when an edit operation on the item is committed.

Declaration

cs-api-definition
event EventHandler EditCommitted

Event Value

EventHandler