You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

23
25
24
26
## Setting the Template
25
27
@@ -37,6 +39,8 @@ In the following sample, defines how to use `Template` and `HeaderTemplate`.
37
39
38
40
{% endhighlight %}
39
41
42
+

43
+
40
44
## Setting Display As CheckBox
41
45
42
46
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

59
+
52
60
## Setting custom attributes
53
61
54
62
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
0 commit comments