Click here to Skip to main content
15,884,064 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I have used Datagridview in VB.NET 2008,and I want to add customers bill on that Datagridview.
Actually I want to give the customer name to the textbox and the purchased items are entered into the datagridview rows one by one.
All the operations must be done by ENTER,LEFT,RIGHT,UP,DOWN keys.If entering into first record cell by cell it will go to the last row then after pressing ENTER key it must be go to the first cell of next row.
Please help me !!!!
Posted

1 solution

Here you go

DataGridView: Make Enter Key Move to Next Column[^]

now your turn.....write code yourself for other things
 
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