AUTHOR: Eyup Yusein
DATE POSTED: December 13, 2017
DESCRIPTION
RadGrid provides built-in keyboard navigation which can be enabled using this property:
<
ClientSettings
AllowKeyboardNavigation
=
"true"
>
</
One of these commands is the Ctrl+Q key combination, which functions as the CancelChanges shortcut. You can check this behavior in the following live sample: http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
SOLUTION Some users may use these keys for entering special symbols or other specific actions. In this case you can change the built-in behavior using the dedicated keyboard settings:
KeyboardNavigationSettings
CancelChangesKey
"Z"
/>
Resources Buy Try