I have a custom item editor for a cell in a DataGrid that consists of two ComboBoxes. Everything works perfectly, except I'd like a way to exit the item editor as soon as the user selects from the second combo box. That is, I'd like the item editor to dispatch the itemEditEnd event as if the use had removed the focus from the column being edited.
I tried just having the 2nd combo box dispatch the event in response to its change event, but that didn't work. Anyone have any suggestions? TIA, ~randy