Hi
How would I access a combo box cell's data when the combo box selection changes without having to leave the cell and trigger the CurrentCellEditingComplete event? If I try to access the data on the CurrentCellChanged event, I can only see the old data in the model. Not the new data.