Posted 13 September 2024, 9:46 am EST
Assuming I want to avoid the mouse and use only the keyboard, I use the arrow keys to navigate through the cells of the grid. When a decimal type cell with a NumericUpDown as the editor is selected, I use ctrl-enter to activate edit mode. I then use the arrow keys to go up and down in the NumericUpDown control. However, if I hit the enter key to commit my selection and exit edit mode, the form closes because it has an OK button as the accept button. Is there another way to exit edit mode? See the attached example form.Form1.zip