i have to set focus to next cell of datagridview.when datagridview in edit mode means i type one of the cell of datagridview i have to set focus to next cell of datagridview when i pressed ENTER key.
please reply
Thank's in advance...
What have you tried ? I assume this means there's a textbox in the cell, so you need to handle the keypress event to catch the enter, then you need to select the next cell and set the focus on the control in it, right ?
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)