This is a migrated thread and some comments may be shown as answers.

Inline editing

2 Answers 32 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Awef
Top achievements
Rank 1
Awef asked on 14 Nov 2012, 07:22 PM
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.

2 Answers, 1 is accepted

Sort by
0
Awef
Top achievements
Rank 1
answered on 14 Nov 2012, 07:42 PM

0
Miroslav Nedyalkov
Telerik team
answered on 20 Nov 2012, 08:53 AM
Hi Awef,

The RadScheduleView control currently doesn't support fully changing the inline edit key bindings - it supports only adding additional keys using the approach you are using, but the old ones continue to work.

Greetings,
Miroslav Nedyalkov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ScheduleView
Asked by
Awef
Top achievements
Rank 1
Answers by
Awef
Top achievements
Rank 1
Miroslav Nedyalkov
Telerik team
Share this question
or