Hi
One of a ComboBox’s most commonly used and essential Events is SelectionChanged. It is raised when a selection is made in the ComboBox, which is the only purpose of a ComboBox (ie: making a Selection.)
A DataGridComboBoxColumn is also used only for 1 purpose - to make a selection. The only difference is that this column is hosted in a DataGrid. It should be possible to detect when a selection is made in a DataGridComboBoxColumn. However, it doesn’t provide a SelectionChanged event.
Is there a workaround to detect when a selection is made in a DataGridComboBoxColumn ?
Thanks.
Steven