Version

enableOnKeyPress Property

Gets/sets the value determining whether the grid will enter edit mode when a cell is active and a key is pressed.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_enableOnKeyPress() : Boolean
function set_enableOnKeyPress(value : Boolean)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfRowEditModeActions.get_enableOnKeyPress();
See Also