Skip to content

Commit e2e7a36

Browse files
authored
Merge pull request #4928 from syncfusion-content/BLAZ-911019-preView32
911019: Need to provide preview sample for Multicolumn ComboBox
2 parents 41cfa23 + 02e3181 commit e2e7a36

27 files changed

+90
-45
lines changed

blazor/multicolumn-combobox/column.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ The MultiColumn ComboBox supports auto-generating columns, which simplifies the
1919

2020
{% endhighlight %}
2121

22-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rthptYsEgssKVDPs?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor MultiColumn ComboBox with Data Binding](./images/blazor-multicolumncombobox-columns.png)" %}
22+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rZVpjYVATVHVEqlS?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
23+
24+
![Blazor MultiColumn ComboBox with Text align](./images/column/blazor_multicolumn_combobox_column-text-align.gif)
2325

2426
## Setting the Template
2527

@@ -37,6 +39,8 @@ In the following sample, defines how to use `Template` and `HeaderTemplate`.
3739

3840
{% endhighlight %}
3941

42+
![Blazor MultiColumn ComboBox with Column header](./images/column/blazor_multicolumn_combobox_column-header.gif)
43+
4044
## Setting Display As CheckBox
4145

4246
The MultiColumn ComboBox component allows you to render boolean values as checkboxes in columns. This can be achieved by using the [DisplayAsCheckBox](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.MultiColumnComboboxColumn.html#Syncfusion_Blazor_MultiColumnComboBox_MultiColumnComboboxColumn_DisplayAsCheckBox) property. This property is useful when you have a boolean column in your MultiColumn ComboBox and you want to display the values as checkboxes instead of the default text representation of **true** or **false**.
@@ -49,6 +53,10 @@ To enable the rendering of boolean values as checkboxes, you need to set the `Di
4953

5054
{% endhighlight %}
5155

56+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VNhzXOLgTUyFLZUG?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
57+
58+
![Blazor MultiColumn ComboBox with Check Box](./images/column/blazor_multicolumn_combobox_column-checkbox.gif)
59+
5260
## Setting custom attributes
5361

5462
You can customize the appearance of the column headers in MultiColumn ComboBox using the [CustomAttributes](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.MultiColumnComboboxColumn.html#Syncfusion_Blazor_MultiColumnComboBox_MultiColumnComboboxColumn_CustomAttributes) property.
@@ -67,6 +75,8 @@ The following example demonstrates how to customize the appearance of the Multic
6775

6876
{% endhighlight %}
6977

70-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LZLqCMNiLfcCJPPZ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
78+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BDLpZOLApKBUYqMm?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
79+
80+
![Blazor MultiColumn ComboBox with custom attributes](./images/column/blazor_multicolumn_combobox_column-custom-attributes.gif)
7181

7282

blazor/multicolumn-combobox/custom-value.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Adding Custom value to the Blazor MultiColumn ComboBox Component | Syncfusion
3+
title: Adding Custom value to the Blazor MultiColumn ComboBox | Syncfusion
44
description: Checkout and learn here all about adding custom value in Syncfusion Blazor MultiColumn ComboBox component and much more.
55
platform: Blazor
66
control: MultiColumn ComboBox
@@ -49,6 +49,6 @@ You can include custom values in the MultiColumn ComboBox component. If the ente
4949
{% endhighlight razor %}
5050
{% endtabs %}
5151

52-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rtBftEMuAkIFhdAn?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
52+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BNrzNaLUIDqNTtMS?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
5353

5454
![Blazor MultiColumn ComboBox with custom value](./images/blazor-multicolumn-custom-value.gif)

blazor/multicolumn-combobox/data-binding.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ The MultiColumn ComboBox loads the data from local data sources through the [Dat
2323

2424
{% endhighlight %}
2525

26-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZLftusaTrQvPHgm?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
26+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VZBftYVqKvgHmaAA?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
2727

28-
![Blazor ComboBox with local data binding](./images/data-binding/blazor_combobox_local-binding.png)
28+
![Blazor MultiColumn ComboBox with local data binding](./images/data-binding/blazor_combobox_local-binding.png)
2929

3030
## Index value binding
3131

@@ -67,7 +67,7 @@ Index value binding can be accomplished with the `bind-Index` attribute, which s
6767
}
6868
```
6969

70-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rDBTtYiOqwKUHZCY?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
70+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hNVpNOrAUlzhIfCJ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
7171

7272
### Expando object binding
7373

@@ -79,7 +79,7 @@ Bind the [ExpandoObject](https://learn.microsoft.com/en-us/dotnet/api/system.dyn
7979

8080
{% endhighlight %}
8181

82-
![Blazor ComboBox with Expando object binding](./images/data-binding/blazor_combobox_expando-object-binding.gif)
82+
![Blazor MultiColumn ComboBox with Expando object binding](./images/data-binding/blazor_combobox_expando-object-binding.gif)
8383

8484
### Dynamic object binding
8585

@@ -91,7 +91,7 @@ Bind the [DynamicObject](https://learn.microsoft.com/en-us/dotnet/api/system.dyn
9191

9292
{% endhighlight %}
9393

94-
![Blazor ComboBox with Dynamic object binding](./images/data-binding/blazor_combobox_dynamic-data-binding.gif)
94+
![Blazor MultiColumn ComboBox with Dynamic object binding](./images/data-binding/blazor_combobox_dynamic-data-binding.gif)
9595

9696
### ValueTuple data binding
9797

@@ -103,7 +103,7 @@ Bind the [ValueTuple](https://learn.microsoft.com/en-us/dotnet/api/system.valuet
103103

104104
{% endhighlight %}
105105

106-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hNBJXOWYqcwRBUbm?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
106+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNLzNkLgKvoKORyE?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
107107

108108
## Binding remote data
109109

@@ -125,7 +125,7 @@ The [OnActionBegin](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Mult
125125

126126
{% endhighlight %}
127127

128-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXhTXOBtLtGPxmzl?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
128+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rtVTXahAKvxlOgaH?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
129129

130130
### OnActionFailure event
131131

@@ -137,7 +137,7 @@ The [OnActionFailure](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Mu
137137

138138
{% endhighlight %}
139139

140-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hjhpjYWagPigEDli?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
140+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rZLpZkrKqPQmofLv?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
141141

142142
### OData v4 services
143143

@@ -149,9 +149,9 @@ The [OData v4 Adaptor](https://blazor.syncfusion.com/documentation/data/adaptors
149149

150150
{% endhighlight %}
151151

152-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hjrfXYsuKbAMJeTB?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
152+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LjVJZkBKUbFJULBC?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
153153

154-
![Blazor ComboBox with OData v4 Adaptor](./images/data-binding/blazor_combobox_odata-v4-services.png)
154+
![Blazor MultiColumn ComboBox with OData v4 Adaptor](./images/data-binding/blazor_combobox_odata-v4-services.png)
155155

156156
### Web API adaptor
157157

@@ -163,9 +163,9 @@ The [Web API Adaptor](https://blazor.syncfusion.com/documentation/data/adaptors#
163163

164164
{% endhighlight %}
165165

166-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hXrTXaVNLsiKTDqf?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
166+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VZhTDaLKUlkAUjhM?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
167167

168-
![Blazor ComboBox with Web API Adaptor](./images/data-binding/blazor_combobox_web-api-adaptor.png)
168+
![Blazor MultiColumn ComboBox with Web API Adaptor](./images/data-binding/blazor_combobox_web-api-adaptor.png)
169169

170170
### Offline mode
171171

@@ -179,7 +179,7 @@ The following example is for remote data binding and enabled offline mode.
179179

180180
{% endhighlight %}
181181

182-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hNBTDYiueZHDbZmB?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
182+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rNLTjuLqKOjLPMlY?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
183183

184184
### Entity Framework
185185

blazor/multicolumn-combobox/filtering.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following code demonstrates the filtering functionality with local data in t
2121

2222
{% endhighlight %}
2323

24-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LZVpZOCaUbksiExT?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
24+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BjLpXkVggODahmWg?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
2525

2626
![Blazor MultiColumn ComboBox with local data filtering](./images/filtering/blazor_combobox_local-data.png)
2727

@@ -37,7 +37,7 @@ The following code illustrates the filtering capabilities using the [ODataAdapto
3737

3838
{% endhighlight %}
3939

40-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BNVpDEWEAkDqmrEI?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
40+
{% previewsample "https://blazorplayground.syncfusion.com/embed/htVTXYrAgksxfrMK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
4141

4242
## Filter type
4343

@@ -57,7 +57,7 @@ In the following example, `EndsWith` filter type has been mapped to the `FilterT
5757

5858
{% endhighlight %}
5959

60-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BNrftaBZLMRWvRyO?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
60+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNLpjaVqKYrUJqyJ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
6161

6262
![Blazor MultiColumn ComboBox with Filter Type](./images/filtering/blazor_combobox_filter-type.png)
6363

@@ -135,4 +135,4 @@ In the following example, the isTyped flag is used to track whether the filterin
135135

136136
{% endhighlight %}
137137

138-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjBzZYVjLimaBuKY?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %}
138+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LjrzNEhqqOUhpwzY?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}

blazor/multicolumn-combobox/grouping.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ In the following sample, the product names are grouped according to their catego
1919

2020
{% endhighlight %}
2121

22-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXrAsLhwUmUFCjYX?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
22+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXLftOhUpZaoRSjs?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
2323

24+
![Blazor MultiColumn ComboBox with Grouping](./images/grouping/blazor_multicolumn_combobox_grouping.gif)
38.6 KB
Loading
38.9 KB
Loading
248 KB
Loading
33.1 KB
Loading
230 KB
Loading

0 commit comments

Comments
 (0)