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

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

Syntax

C#
[JsonAttribute(true, true, false)]
[C1CategoryAttribute("Category.ClientSide")]
[DefaultValueAttribute(false)]
[LayoutAttribute(LayoutType.Behavior)]
public bool AllowKeyboardNavigation { get; set; }
Visual Basic
<JsonAttribute(True, True, False)> _
<C1CategoryAttribute("Category.ClientSide")> _
<DefaultValueAttribute(False)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property AllowKeyboardNavigation As Boolean
	Get
	Set

Field Value

The default value is False.

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