Hi Eric Nguyen,
We have reviewed your query. Based on your query, we have
provided a SfMultiColumnDropDown sample that demonstrates the use of
DisplayMember, ValueMember, and SelectedValue, which are equivalent to the
properties used in a ComboBox.
For further information about filtering and data binding in
SfMultiColumnDropDown, you can refer to the following user guide documentation.
Code snippet to use binding properties for SfMultiColumnDropDown:
|
<syncfusion:SfMultiColumnDropDownControl
ItemsSource="{Binding Orders}"
DisplayMember="CustomerID"
ValueMember="Country"
SelectedValue="{Binding
SelectedItem}" >
<syncfusion:SfMultiColumnDropDownControl.Columns>
<syncfusion:GridTextColumn MappingName="OrderID" />
<syncfusion:GridTextColumn MappingName="CustomerID" />
<syncfusion:GridTextColumn
MappingName="Country" />
</syncfusion:SfMultiColumnDropDownControl.Columns>
</syncfusion:SfMultiColumnDropDownControl>
|
UG Links:
Data
Binding
Filtering
Image Reference:
Find the sample demo in the attachment and let us know if
you have any concerns on this.
If this post is helpful, please consider Accepting it as
the solution so that other members can locate it more quickly.
Regards,
Sweatha B
Attachment:
SfMultiColumnDropDown_1db655a3.zip