BBjGrid::setEditOnKeyPress
Description
In BBj 19.00 and higher, this method sets a flag to enable or disable the ability to edit cells directly on a keypress.
Syntax
Return Value |
Method |
void |
setEditOnKeyPress(boolean p_value) |
Parameters
Variable |
Description |
p_value |
A boolean which specifies whether editing on keypress is enabled ("true") or disabled ("false"). |
Return Value
None.
Remarks
By default, editing on keypress is disabled. A value of "true" enables the grid to start editing on keypress, and the default value of "false" disables this functionality.
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
|