我保存了所有以动态方式添加到集合中的组合框值。 不,我想要检索信息。当我检索它时,我的组合框值不会
显示。我们在这里使用 Telerik 组件
<tele:RadComboBox HorizontalAlignment="Stretch" DisplayMemberPath="content" ItemsSource="{Binding ManyValue,Mode=TwoWay}" SelectedItem="{Binding MyValue, Mode=OneWayToSource, UpdateSourceTrigger=PropertyChanged}">
ManyValue是具有id,content的值的下拉列表 Myvalue是我在组合框中选择的值
ManyValue是视图模块到组合框的集合。 MyValue是ViewModel的属性,即comboobox的选定项目。
当我选择时,这种情况正确发生,但是当我检索数据时,In collection中存在但 Binding 中出现错误,因此无法显示
我正确地进行了保存。但是,当我检索无法加载组合框中已选择的项目时。
有人可以帮忙吗?
答案 0 :(得分:0)
设置SelectedItem,SelectedValue和SelectedValuePath为我做了诀窍