H
Howard Swope
Ctrl-A selects all in the System.Windows.Forms.DataGrid. I am trying to
disable this functionality and am having a heck of a time. I have a control
that inherits from DataGrid I have tried to catch the Ctrl-A in the
OnKeyDown and ProcessKeyMessage and it seems that something is getting to it
bore I do. I am able to catch it in the OnKeyUp, but by then its too late.
How can this be done
TIA
disable this functionality and am having a heck of a time. I have a control
that inherits from DataGrid I have tried to catch the Ctrl-A in the
OnKeyDown and ProcessKeyMessage and it seems that something is getting to it
bore I do. I am able to catch it in the OnKeyUp, but by then its too late.
How can this be done
TIA