G Guest Apr 20, 2006 #1 Some of my datagridview rows should not be selectable, thus I need to suppress left mouse button row selection. Any ideas?
Some of my datagridview rows should not be selectable, thus I need to suppress left mouse button row selection. Any ideas?
G Guest Apr 20, 2006 #2 Check out Control.PreProcessControlMessage and Control.PreProcessMessage event handlers. You can also handle other nav events such as using the up and down arrow keyboard buttons using these handlers.
Check out Control.PreProcessControlMessage and Control.PreProcessMessage event handlers. You can also handle other nav events such as using the up and down arrow keyboard buttons using these handlers.