gpt4 book ai didi

c# - 如何在 lightswitch 中为组合框设置默认值

转载 作者:太空宇宙 更新时间:2023-11-03 16:03:28 24 4
gpt4 key购买 nike

我为我的搜索屏幕创建了一个 ComboBox,它按预期工作。

我正在使用绑定(bind)代码:

partial void SearchStatusTest_Created()
{
IContentItemProxy comboControl = this.FindControl("Status");

comboControl.SetBinding(
System.Windows.Controls.ComboBox.ItemsSourceProperty,
"Screen.ManagerStatusFilter",
System.Windows.Data.BindingMode.TwoWay);

comboControl.SetBinding(
System.Windows.Controls.ComboBox.SelectedItemProperty,
"Screen.Status",
System.Windows.Data.BindingMode.TwoWay);

this.Status = this.DataWorkspace.ProjectDeck2Data.Statuses_SingleOrDefault(2);

}

尝试设置以下默认值:

this.Status = this.DataWorkspace.ProjectDeck2Data.Statuses_SingleOrDefault(2):

请注意它确实有效,但仍然无法在屏幕上的 ComboBox 中看到默认值。

最佳答案

尝试创建一个 riaservice。在此 riaservice 中,您可以将查询转换为列表并添加一些选项。

关于c# - 如何在 lightswitch 中为组合框设置默认值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20390125/

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