コードと説明など、ドロップダウンの両方の列を検索する必要があります。テキストを入力すると、両方の列で検索されます。ASPx ComboBox でこれを行う方法は?
検索は機能してTextFormatString="{0},{1}"
いますが、 で Null を返します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">
前もって感謝します。