Grid with combobox

I am using a grid with combobox and I would like to update the value of 2 cells of a row, based on the item selected in one cell (combobox). In other words, I would like to read information from the database based on the item selected in the combobox and put this information in two others cells.

Thanks in advance.