Hotkeys while editing a cell in GDBG

Hi, I''m defining a hotkey(Ctrl + S) on a BarItem for saving the data on a form. While I''m editing a cell in GDBG, the BarItem does not receive the necessary key events and the grid is still in edit mode. What I have to do? Is there an option to set? Regards Thomas

1 Reply

AD Administrator Syncfusion Team February 10, 2004 09:37 AM UTC

How are you defining the hot key on the baritem? I did not see a property for this in Syncfusion.Windows.Forms.Tools.GroupBarItem. When I tried adding a hotkey to a main menu item (that does have this property), it seemed to work as expected. One way you can handle this task across all controls on a form would be to implement IMessageFilter on your form. Here is a link to a FAQ in our Windows Forms FAQ on how to do this. http://www.syncfusion.com/faq/winforms/search/905.asp

Loader.
Up arrow icon