[]
Called when the editing of a cell ended.
public override void OnEditEnded(GridControlRange range, ComponentBase editor, bool editCancelled)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range that was edited. |
| ComponentBase | editor | The editor. |
| bool | editCancelled |
|
Called when the editing of a cell ended.
public virtual void OnEditEnded(GridCellRange range, ComponentBase editor, bool editCancelled)
| Type | Name | Description |
|---|---|---|
| GridCellRange | range | The range that was edited. |
| ComponentBase | editor | The editor. |
| bool | editCancelled |
|