Where should i attach the event to make it work properly?
Now i attach it to a RadPane, but it only works aslong as some objeckt inside the RadPane is focused. If i have the "frame" of the RadPane focused, say after i reposition it, the KeyDown will not fire.
I have tried to attach the event to almost every object above the RadPane in the hierarchy but no luck so far...
Pseudu:
Grid
RadDocking
RadSplitContainer
RadPaneGroup <-- Inside here we dynamically add RadPanes
/RadSplitContainer
/RadDocking
/Grid
Now i attach it to a RadPane, but it only works aslong as some objeckt inside the RadPane is focused. If i have the "frame" of the RadPane focused, say after i reposition it, the KeyDown will not fire.
I have tried to attach the event to almost every object above the RadPane in the hierarchy but no luck so far...
Pseudu:
Grid
RadDocking
RadSplitContainer
RadPaneGroup <-- Inside here we dynamically add RadPanes
/RadSplitContainer
/RadDocking
/Grid