gpt4 book ai didi

wpf - 当文本不在项目列表中时,Radcombobox 清除文本

转载 作者:行者123 更新时间:2023-12-04 21:47:36 24 4
gpt4 key购买 nike

我有一个 Telerik 的 radcombobox像下面这样:

<telerik:RadComboBox x:Name="cbCustomerName"
Grid.Row="1"
Grid.Column="1"
Grid.ColumnSpan="3"
Margin="0 0 0 10"
DisplayMemberPath="FullName"
IsEditable="True"
IsFilteringEnabled="True"
ItemsSource="{Binding Customers}"
OpenDropDownOnFocus="True"
SelectedValuePath="CustomerId"
SelectionChanged="cbCustomerName_SelectionChanged"
Text="{Binding CurrentCustomer.FullName,
UpdateSourceTrigger=LostFocus}" />

当我在文本框中键入不在其项目列表中的内容然后转到其他控件时,它会清除其中的文本,这是我不想要的。

我已经检查了所有属性,但在失去焦点后找不到任何可以保留它的东西。

如果有人知道这一点,请帮助。

最佳答案

我知道这个问题很老,但我想我会发布一个解决方案,以防其他人遇到这个问题。如果将“IsTextSearchEnabled”属性设置为“False”,则它允许自定义文本,并且在 RadComboBox 失去焦点时不会清除它。

关于wpf - 当文本不在项目列表中时,Radcombobox 清除文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11940075/

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