WPFToolkit DataGrid: Combobox column does not update selectedvaluebinding immediately
Posted
by chandra
on Stack Overflow
See other posts from Stack Overflow
or by chandra
Published on 2010-05-19T22:46:20Z
Indexed on
2010/05/19
22:50 UTC
Read the original article
Hit count: 521
I'm using WPF Toolkit DataGrid and DataGridComboBoxColumn. Everything works well, except that when selection change happens on the combobox, the selectedvaluebinding source is not updated immediately. This happens only when the combobox loses focus. Has anyone run into this issue and any suggestions solutions ?
Here's the xaml for the column:
© Stack Overflow or respective owner