Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I got a windows Form inside i got datagridview where i have connections with different DB tables .
----i have loaded a table in datagrid .
----i have implemented delete and add rows function which works perfectly fine
---i have also implemented Update function and call this update on dataGridView_CellValueChanged which also works perfectly fine.
--But the Problem is i got a toolstripDropdown button on my form so when i change something in my gridview and directly click on Tollstrip Button then dataGridView_CellValueChanged is not raised so my tabble is not updated.
It is clear that because no eventis raised my tableis not updated but i have tried with many other events but non of these seems to b working .
Anyone got any idea how to solve this.
Posted
Comments
Laiju k 19-Nov-14 23:08pm    
Have you called Update function on toolstripDropdown button

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