Combo box in a grid set up
I have a grid (which is a price list) in which the first colum will be a drop down list and based upon what is selected I will populate the rest of the row. Based upon the item selected I then need to populate the price in the next column. I have been attempting to do this and keep having a couple of issues.
1. Is that when the initial list is loaded it is setting the initial value of the list/combo box value to the next item in the list but I would like all of the list/combo boxes to start with the same initial value unless it is an existing order so how do I make each list start at the same item (in this case blank).
2. Next when an item is selected how do I catch that value so I can populate the price cell. When I am using a fixed list I don't have any issues but when I try and use the combo box I can't figure out how to determine that only the combo has changed not any of the other fields.
Thanks in advance
1. Is that when the initial list is loaded it is setting the initial value of the list/combo box value to the next item in the list but I would like all of the list/combo boxes to start with the same initial value unless it is an existing order so how do I make each list start at the same item (in this case blank).
2. Next when an item is selected how do I catch that value so I can populate the price cell. When I am using a fixed list I don't have any issues but when I try and use the combo box I can't figure out how to determine that only the combo has changed not any of the other fields.
Thanks in advance
Robert M
November 5,