This question is locked. New answers and comments are not allowed.
What I want to do is remove all the default key bindings (ex: space, ctrl+key, shift+key, F2) that invoke inline editing commands, and then create my own. I can't set inline editing to false, because I actually need inline editing. I just don't want any of the default bindings to be enabled.
For example I would have a keypress on "A" bring up inline editing on an appointment. Pressing F2, space, or anything else would do nothing.
(This is the code I have)
<telerik:CommandManager.InputBindings>
<telerik:InputBindingCollection>
<telerik:KeyBinding Key="A" Command="telerik:RadScheduleViewCommands.BeginInlineEditing"/>
</telerik:InputBindingCollection>
</telerik:CommandManager.InputBindings>
Thanks.
For example I would have a keypress on "A" bring up inline editing on an appointment. Pressing F2, space, or anything else would do nothing.
(This is the code I have)
<telerik:CommandManager.InputBindings>
<telerik:InputBindingCollection>
<telerik:KeyBinding Key="A" Command="telerik:RadScheduleViewCommands.BeginInlineEditing"/>
</telerik:InputBindingCollection>
</telerik:CommandManager.InputBindings>
Thanks.