|
|
1
5
如果我没记错的话,我认为DataGridTextColumn在生成编辑元素时会影响到您的binding.mode,因为如果DataGrid可编辑,列本身仍然默认为读/写。尝试在DataGridTextColumn上设置isreadOnly=“true”。 |