Syncfusion - GridControl - Events
Syncfusion GridControl - Events
CurrentCellAcceptedChanges - Occurs when the grid accepts changes made to active current cell.
CurrentCellMoved - Occurs when current cell is moved to new position.
CurrentCellMoving - Occurs when current cell is about to be moved to a new position.
CurrentCellMoveFailed - Occurs when current cell movement to a new position fails.
CurrentCellActivating - Occurs before the grid activates the specified cell as current cell.
CurrentCellActivated - Occurs after the grid activates the specified cell as current cell.
CurrentCellActivateFailed - Occurs after the grid fails to activate a specific cell as current cell.
CurrentCellDeleting - Occurs when the user presses Delete key on an active current cell.
CurrentCellStartEditing - Occurs before the current cell switches into editing mode.
CurrentCellChanging - Occurs when the user wants to modify contents of the current cell.
CurrentCellChanged - Occurs when the user changes contents of the current cell.
CurrentCellDeactivating - Occurs before the grid deactivates the current cell.
CurrentCellShowedDropDown - Occurs after the drop-down is displayed.
CurrentCellCloseDropDown - Occurs when the drop-down in the current cell is closed.
CurrentCellShowingDropDown - Occurs when the drop-down is about to be shown.
CurrentCellValidating - Occurs when the grid validates content of the active current cell.
CurrentCellValidated - Occurs when the grid has successfully validated the content of the active current cell.
CurrentCellAcceptedChanges - Occurs when the grid accepts changes made to the active current cell.
CurrentCellConfirmChangesFailed - Occurs when the grid could not save changes made to the active current cell.
CurrentCellRejectedChanges - Occurs when the grid rejects changes made to the active current cell.
CurrentCellEditingComplete - Occurs when the grid completes editing mode, i.e., when the active current cell exits the editing mode.
CurrentCellDeactivated - Occurs after the grid deactivates current cell.
CurrentCellDeactivateFailed - Occurs after the grid fails to deactivate the current cell.
CurrentCellControlGotFocus - Occurs when the current cell has switched to in-place editing and the control associated with the current cell has received the focus.
CurrentCellControlLostFocus - Occurs when the current cell has switched to in-place editing and the control associated with the current cell has lost the focus.
CurrentCellKeyPress - Occurs before GridCellRendererBase.OnKeyPress is called.
CurrentCellKeyDown - Occurs before GridCellRendererBase.OnKeyDown is called.
CurrentCellKeyUp - Occurs before GridCellRendererBase.OnKeyUp is called.
Comments
Post a Comment