AD
Administrator
Syncfusion Team
September 22, 2004 08:22 AM UTC
Hi Sue,
you could handle CurrentCellCloseDropDown and call CurrentCell.EndEdit to force the value and then in CurrentCellEditingComplete update other values.
Maybe CurrentCellChanged might also be an alternative.
If you need even more control then you would have to subclass the combobox cell type and listen to selection events of the ListBoxPart that shows the items in the dropdown list.
Stefan