Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have one DataGridView(DGV) in my WindowsForm Application.My DGV Consists of 4 columns with one CheckBox field column.The column names are Select(For CheckBox Field),Test Name,Commission,Cost.Here my purpose is I want check CheckBox and insert some commission value into the commission cell by double click within the Commission cell.When I selecting multiple cell values the commission should be added by next cell commission value,Likewise cost also incremented by selecting multiple selected values using CheckBox.
The total Commission and cost should be displayed in two TextBoxes outside of DGV.I am unable to find how to write code for this and which event I have to write.
Thanks in advance.
Posted

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