我需要搜索下拉列表中的两个列,例如:代码和描述,如果我输入文本,它将在我的两个列中搜索。如何在 ASPx ComboBox 中执行此操作?
我已经给出TextFormatString="{0},{1}"
Search 正在工作,但在SelectedItem.Value
. 如何解决这个问题?
我的代码:
<dxe:ASPxComboBox ID="cmbCurrencyGuarDetails" SkinID="ComboBoxList"
runat="server" Width="100%"
ClientInstanceName="cmbCurrencyGuarDetails"
DropDownStyle="DropDownList"
ValueType="System.String"
TextFormatString="{0},{1}"
EnableCallbackMode="true"
IncrementalFilteringMode="Contains"
CallbackPageSize="100">
提前致谢。