EscapeKeyStyle determines what happens when Escape key is pressed in a grid
Member of Grid (PRIM_GRID)
Data Type - Enumeration
The EscapeKeyStyle property determines what happens when the Escape key is pressed while focus is in the grid.
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 |
Febuary 18 V14SP2