Click or drag to resize

GridContainerEvent:gridKeyPress Method

Occurs when a key is pressed.
JavaScript
clientControlsFactory.on(control, "gridKeyPress", gridKeyPress);

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function Event:gridKeyPress(key);

Parameters

key
Type: [T:[Object, KeyboardEvent]]

Return Value

Type: [T:(Any)]
object
See Also