Reaction
Member
- Joined
- Apr 29, 2007
- Messages
- 13
- Programming Experience
- 1-3
1) I need to have the values of some unbound columns in my datagridview automatically calculated and updated when values in bound columns are changed. How do I handle this please?
2) I have a DataGridViewComboBox that is populated on form load but I would also like the selected value of my DataGridviewComboBox set at Form load to the value of the Shopping Cart's value. How do I handle this best please?
3) I also want to have the value in one of my unbound column changed as soon as user selects a new value in my DataGridviewComboBox
Reaction
2) I have a DataGridViewComboBox that is populated on form load but I would also like the selected value of my DataGridviewComboBox set at Form load to the value of the Shopping Cart's value. How do I handle this best please?
3) I also want to have the value in one of my unbound column changed as soon as user selects a new value in my DataGridviewComboBox
Reaction