Grid - EscapeKeyStyle Property
EscapeKeyStyle determines what happens when Escape key is pressed in a grid
Member of Grid (PRIM_GRID)
Data Type - Enumeration
Details
The EscapeKeyStyle property determines what happens when the Escape key is pressed while focus is in the grid.
Allowed Values
Enum Value | Description |
|---|---|
CancelEdit | Cancel the edit of the cell and revert the value back to the stored field value for the list item. |
DialogCancelEdit | As per CancelEdit, unless there is a cancel button, in which case the click will fire |