Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have managed the DataGridView in a way so that whenever an user press ENTER in a Column, the insertion point moves to the next Column of the same row (not the default: moves to the next Row). Now my question is, how to move to the next Column by pressing ENTER key from a ComboBox of a DataGridView ?
Please, anyone show me the way.
Thanks in advance.
Posted
Updated 14-Jul-11 7:47am
v2

1 solution

I have not tried to do this, but you can look at the code I use here:

DataGridView with ComboBox events [Solved][^]

I think you could add the event to the combobox control this way.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900