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 ValueDescription
CancelEditCancel the edit of the cell and revert the value back to the stored field value for the list item.
DialogCancelEditAs per CancelEdit, unless there is a cancel button, in which case the click will fire


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2