N
N
Nikolai Retsinkevich2015-05-04 14:10:01
WPF
Nikolai Retsinkevich, 2015-05-04 14:10:01

DataGridComboBoxColumn - how to catch the change?

It is necessary to catch the change in the value of the DataGridComboBoxColumn located respectively in the DataGrid. The ComboBox has, for example, OnSelectionItemChanged, but what does the DataGridComboBoxColumn have?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Makarov, 2015-05-04
@Nipheris

I would advise you to implement a normal viewmodel, normal bindings and not suffer with events to catch changes. This also applies to the usual ComboBox, but there, due to the fact that there is only one combobox, and not inside the column, events can still be experienced. If you have some specific task that is not related to the usual modification of data in the model, describe in more detail why you need to track the change.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question