Skip to content

Commit 076f8c5

Browse files
910685: Need to update the documentation for the multicolumn combobox component
1 parent 644b3d5 commit 076f8c5

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

blazor/multicolumn-combobox/data-binding.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ In the following example, the `Code.ID` column and `Country.CountryID` column fr
8686
8787
{% include_relative code-snippet/data-binding/complex-data-type.razor %}
8888
89-
{% endhighlight %}
90-
91-
![Blazor ComboBox with Complex data type](./images/data-binding/blazor_combobox_complex-data-type.png) -->
89+
{% endhighlight %} -->
9290

9391
### Expando object binding
9492

@@ -110,9 +108,7 @@ Bind the [ObservableCollection](https://blazor.syncfusion.com/documentation/comm
110108
111109
{% include_relative code-snippet/data-binding/observable-collection-binding.razor %}
112110
113-
{% endhighlight %}
114-
115-
![Blazor ComboBox with Observable collection binding](./images/data-binding/blazor_combobox_observable-collection-binding.png) -->
111+
{% endhighlight %} -->
116112

117113
### Dynamic object binding
118114

@@ -136,8 +132,6 @@ Bind the [ValueTuple](https://learn.microsoft.com/en-us/dotnet/api/system.valuet
136132

137133
{% endhighlight %}
138134

139-
![Blazor ComboBox with ValueTuple data binding](./images/data-binding/blazor_combobox_value-tuple-data-binding.png)
140-
141135
## Binding remote data
142136

143137
The MultiColumn ComboBox loads the data from remote data services through the [DataSource](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.SfMultiColumnComboBox-2.html#Syncfusion_Blazor_MultiColumnComboBox_SfMultiColumnComboBox_2_DataSource) property.
@@ -380,6 +374,4 @@ Add the new item in the popup with the help of [AddItemsAsync]() public method.
380374
381375
{% include_relative code-snippet/data-binding/add-new-item.razor %}
382376
383-
{% endhighlight %}
384-
385-
![Blazor ComboBox with adding new Item](./images/data-binding/blazor_combobox_add-new-item.gif) -->
377+
{% endhighlight %} -->

0 commit comments

Comments
 (0)