Bobby,
Try this. In the Edit override in the comboboxcolumn column, comment out all the lines up to the call to the baseclass call. So, the first line of code would be
base.Edit(source,rowNum, bounds, readOnly, instantText , cellIsVisible);
The deleting & adding the new row that you are removing is what is causing this problem.
Clay