I have a datagridview in windows forms, the default behavior when editing values is that after the edition of a cell, when I press enter, the selected row changes to the next
my question is that change column after cell edit and not change row to next
                        
You should handle the
dataGridView1_KeyDownevent.I didn't really tested the code, but I think it's something like this.