Farpoint Spread control captures Ctrl+Z instead fo MenuItem

474 Views Asked by At

I have a form where there is shortcut applied to a MenuItem. The problem is that when the focus is inside the Spread control it traps the Ctrl+Z press and the shortcut never fires. If the focus is placed on a different control (ex. TextBox) the shortcut fires the MenuItem_Click event without a problem.

Any Ideas?

1

There are 1 best solutions below

1
On

Farpoint Spread support states:

The input maps include new items to map the CTRL+Z and CTRL+Y keys to the new UndoAction and RedoAction action objects, respectively. These actions make calls into the UndoManager to the Undo and Redo methods, respectively.

Can you use a different key combination?