I have a very interesting question here.
DataGridView1 is for data input and display, I set its editmode to onkeystroke. When the current cell is NOT in edit mode, click mouse right button will bring up a contextmenustrip. If the menu shows up and you don't choose any menu item, just click somewhere else, the menu disappears, the problem is, now you cannot edit any cell, no matter how much keystroke you do, no matter which cell you select, it does nothing. What happened? Your help is appreciated!
DataGridView1 is for data input and display, I set its editmode to onkeystroke. When the current cell is NOT in edit mode, click mouse right button will bring up a contextmenustrip. If the menu shows up and you don't choose any menu item, just click somewhere else, the menu disappears, the problem is, now you cannot edit any cell, no matter how much keystroke you do, no matter which cell you select, it does nothing. What happened? Your help is appreciated!