Skip to content

Commit bc80d8b

Browse files
committed
ES-949556 Committed the changes to the GitHub.
1 parent 505d354 commit bc80d8b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

wpf/Multi-Column-DropDown/Editing-and-AutoCompletion.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,18 @@ As an example of this feature, consider a simple scenario where the SfMultiColum
3535
<Window.DataContext>
3636

3737
<local:Viewmodel/>
38-
38+
3939
</Window.DataContext>
4040

41-
<syncfusion:SfMultiColumnDropDownControl AllowAutoComplete="True"
42-
DisplayMember="Name"
43-
ItemsSource="{Binding GridItemSource}"
44-
ValueMember="Title" />
41+
42+
43+
<syncfusion:SfMultiColumnDropDownControl AllowAutoComplete="True"
44+
45+
DisplayMember="Name"
46+
47+
ItemsSource="{Binding GridItemSource}"
48+
49+
ValueMember="Title" />
4550
{% endhighlight %}
4651

4752
In the above code example, AutoCompletion is enabled .It gives the matching suggestion from the collection based on the input as illustrated in the following screenshot.

0 commit comments

Comments
 (0)