gpt4 book ai didi

wpf - 单向绑定(bind)抛出 "TwoWay binding is invalid on Read only property"

转载 作者:行者123 更新时间:2023-12-01 11:59:46 25 4
gpt4 key购买 nike

这个绑定(bind)

<tk:DataGridTextColumn Binding="{Binding Path=Id, Mode=OneWay}" 
Header="Sale No." Width="1*" />

给出这个错误

A TwoWay or OneWayToSource binding cannot work on the read-only property 'Id' of type . . .

“Id”属性确实是只读的,我认为 Mode=OneWay 就足够了。

我累了,我知道我遗漏了一些明显的东西,所以我现在为问了一个非常愚蠢的问题而道歉。

谢谢
体重

最佳答案

如果我没记错的话,我认为当 DataGridTextColumn 生成编辑元素时,它会踩踏您的 Binding.Mode,因为如果 DataGrid 是可编辑的,列本身仍然默认为读/写。尝试在 DataGridTextColumn 上设置 IsReadOnly="true"。

关于wpf - 单向绑定(bind)抛出 "TwoWay binding is invalid on Read only property",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2853183/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com