[]
Fires before the grid enters edit mode, and also when the cell that has the focus needs to be painted.
public event RowColEventHandler BeforeEdit
Type | Description |
---|---|
RowColEventHandler | Fires before the grid enters edit mode, and also when the cell that has the focus needs to be painted. |
This event doesn't fire only when the grid is about to enter edit mode.
It also fires while painting cells, in order to support drawing the editor's drop-down buttons.
The StartEdit event fires only when the grid is about to enter edit mode.