DataGridView and Keyboard Shortcut keys

G

Guest

I'm using a DataGridView in a native dialog using CWinFormControl to display
a user control that contains only grid. Everything works Ok except when the
grid has focus, the keyboard shortcuts defined for other buttons on the same
dialog no longer work. They work fine if focus is somewhere else.

I tried making a user control containing a button and put that on the
dialog. In this case, the shortcut keys worked correctly.

Is this a bug with the grid? Is there some grid property that will affect
this operation. This is going to create a major problem in using the
DataGridView to replace an older native grid.

If I should be posting this somewhere else, please advise.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top