Click here to Skip to main content
15,908,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a new row when the enter key press at the last column of datagridview. Then validate the row whether it is filled or not. if it is filled all the cells in the current row means it want to create new row or not create the new row.
Posted
Updated 16-May-12 1:15am
v3

1 solution

Why does every noob try to use the DataGridView for user input?? Don't. It's better to use a seperate form for data entry than to try and shoehorn the DGV into very tight validation and editing requirements.
 
Share this answer
 
Comments
PunithaSabareeswari 16-May-12 23:57pm    
mmmm.. but i want to do like that.... can u help for that

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