I have a datagridview that I am using for filling in the detail of an Invoice. So each row has Item, Quantity, Price.
I want to prevent the user from adding new rows if the Quantity and Price columns are not filled in.
Also when the user selects an Item (there is a combo fox on that column) I want to get the Price and fill in the Price column - what is the correct event to use for this?
I want to prevent the user from adding new rows if the Quantity and Price columns are not filled in.
Also when the user selects an Item (there is a combo fox on that column) I want to get the Price and fill in the Price column - what is the correct event to use for this?
Comment