Hi,
I am using a GridDataBoundGrid control. I have 5 columns in my grid. After I enter some value in the first and second column, upon tabbing from the second column I want to create a new row in the grid and place the cursor in the first column of the new row that is created. Right now on tabbing the cursor moves to the next column on the same row.
Also on pressing Enter key in the current row, I want to create a new row and the cursor should be in the first column of the new row that is created.
Thanks
Manoj