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

How to define InputBindings for RadDocking

0 Answers 103 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Sherry
Top achievements
Rank 1
Sherry asked on 03 Apr 2018, 12:45 PM

Hi,

In my code I have an defined at the Window level which then floats a pane, now I want to make the floated pane to be docked again using a shortcut key while the focus is on the floating RadPane.

I added this

 <telerik:RadDocking.InputBindings>
            <KeyBinding Gesture="Ctrl+D"
                        Command="{Binding FloatPanesCommand}" />
        </telerik:RadDocking.InputBindings>

 

But this does not work and the command is never triggered. Could someone please help.

No answers yet. Maybe you can help?

Tags
Docking
Asked by
Sherry
Top achievements
Rank 1
Share this question
or