DataGrid中Combox bingding string

Posted ligl

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DataGrid中Combox bingding string相关的知识,希望对你有一定的参考价值。

DataGrid列中绑定Combox

正常情况下的Combox绑定回传不会失效:但是在DataGrid中选择Combox属性后不会回传:即调用Set属性

如图中的模板:

技术分享图片

显示的方式有三种:

  第一种: 

  Text="{Binding CheckAdvice2,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"

  第二种:

  SelectedValuePath="Content"
  SelectedValue="{Binding CheckAdvice2, Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"

  第三种:SelectedIndex="{Binding CheckAdvice2,Converter={StaticResource StringToIndexConverter}, Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"

但是不管哪一种写法都要写上:UpdateSourceTrigger=PropertyChanged否则不会调用Set属性

以上是关于DataGrid中Combox bingding string的主要内容,如果未能解决你的问题,请参考以下文章

easyui combox怎么增加一行空值,就是在原有的选项上再加一行空的

easyui combox怎么增加一行空值,就是在原有的选项上再加一行空的

wpf datagrid自适应列宽错位

wpf里combobox怎么取数据

wpf里combobox怎么取数据

easyui datagrid 怎样默认为全选数据