If I edit a DataGridViewTextBoxCell in my DataGridView and press the right arrow to move to the end of the string, when i reach the end of the string the cursor will leave the edit mode of that DataGridViewTextBoxCell and select the DataGridViewTextBoxCell next to it.
Is this default behavior?
Is there a way to keep the caret / cursor inside the current DataGridViewTextBoxCell being edited?
Maybe this is working for you