1. 程式人生 > >WPF DataGrid的DataGridCheckBoxColumn列前臺勾選後對應的綁定數據並未更新

WPF DataGrid的DataGridCheckBoxColumn列前臺勾選後對應的綁定數據並未更新

.com msd 問題 模式 https date tps binding 時間

WPF用的時間也不短了,還是遇到一些低級問題,好慚愧。

問題是這樣的,WPF的DataGrid中,DataGridCheckBoxColumn列綁定了數據源中的一個boo類型的字段,模式為TwoWay,但界面中勾選後,數據源中的對應字段內容並未更新,

這樣就好了

Binding="{Binding IsEmergency,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"

記錄一下答案使這裏找到的,微軟官方論壇好強大。

https://social.msdn.microsoft.com/Forums/vstudio/en-US/19d3f076-338d-4d70-854e-99139517361e/datagridcheckboxcolumn-binding-not-twoway?forum=wpf

WPF DataGrid的DataGridCheckBoxColumn列前臺勾選後對應的綁定數據並未更新