Gets or sets a value that determines whether keyboard navigation is enabled.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function get_allowKeyboardNavigation();
function set_allowKeyboardNavigation(value);

Remarks

When this property is turned on you can use keys such as arrows, PgDown, PgUp, Home, End or Tab for changing currency.

See Also