New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridKeyPressEventArgs : Sys.CancelEventArgs

Inheritance Hierarchy

Methods

get_domEvent

Returns the DOM event that was raised for the current event.

Parameters

Returns

Sys.UI.DomEvent

get_isAltPressed

Indicates whether the Alt key was held down when the event fired.

Parameters

Returns

Boolean

get_isCtrlPressed

Indicates whether the Ctrl key was held down when the event fired.

Parameters

Returns

Boolean

get_isShiftPressed

Indicates whether the Shift key was held down when the event fired.

Parameters

Returns

Boolean

get_keyCode

Returns the key code of the pressed key.

Parameters

Returns

Number

In this article