DataGrid with Comboboxes

Hi,

I have implemented a DataGrid with ComboBoxes in it using the DataGridComboBoxColumn class from the MSDN article. My problem is that I would like to make the combobox disappear when an item is selected in the list, showing only the selected item's value in the grid cell. Currently, the combobox doesn't disappear until it loses focus. There is no CloseUp event as with the DateTimePicker control. How can this be done

Thanks,
Royce


Answer this question

DataGrid with Comboboxes

  • DataGrid with Comboboxes