Click here to Skip to main content
15,881,735 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm using VB 2005

My problem is when I enter a new row in the datagridview (by positioning on the last line), several events are fired like DefaultValuesNeeded, UserAddedRow and others.

However when I press the Add button on the bindingnavigator, these events are not fired and I'm not able to capture the add new row in the datagridview to populate some fields with default values.

Why these events are reacting differently or am I doing something wrong?
Posted
Comments
Kschuler 20-Jun-11 11:26am    
Maybe if you could post the code you have so far that is relevant to the question it might be clearer...also, please explain exactly what you are wanting to happen. Maybe most people accomplish the same task a completely different way.

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