ComboBox cellControl: When item selected set itemObject for the table cell
Currently you can set automaticCellControl to true for a ComboBox and it ensures the text is copied from the ComboBox to the text of the cell, and vice versa, reducing the need for application logic code which will need to do round trips from the ...