BBjGrid::isEditOnKeyPress
Description
In BBj 19.00 and higher, this method determines if editing on keypress is enabled for the specified cells.
Syntax
Return Value |
Method |
boolean |
isEditOnKeyPress() |
Parameters
None.
Return Value
Returns "true" if editing on keypress is enabled for the specified cells, otherwise returns "false" (the default).
Remarks
When set to "true", pressing the up or down arrow keys while editing stops editing and saves the existing text inside the cell. Pressing Esc while editing also stops editing but reverts the cell to its previous text value.
Example
|