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
Copy file name to clipboardExpand all lines: blazor/multicolumn-combobox/popup-setting.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,6 @@ In the following sample, the `PopupWidth` is set as `600px`.
21
21
22
22
{% endhighlight %}
23
23
24
-

25
-
26
24
## Change the popup height
27
25
28
26
Customize the height of the popup using the [PopupHeight](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.SfMultiColumnComboBox-2.html#Syncfusion_Blazor_MultiColumnComboBox_SfMultiColumnComboBox_2_PopupHeight) property.
@@ -35,8 +33,6 @@ In the following sample, the `PopupHeight` is set as `500px`.
35
33
36
34
{% endhighlight %}
37
35
38
-

39
-
40
36
## Change the popup z-index
41
37
42
38
Customize the [z-index](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.SfMultiColumnComboBox-2.html#Syncfusion_Blazor_MultiColumnComboBox_SfMultiColumnComboBox_2_ZIndex) value of the component popup element.
@@ -53,8 +49,6 @@ You can achieve this by using [ShowPopupAsync()](https://help.syncfusion.com/cr/
53
49
54
50
{% endhighlight %}
55
51
56
-

57
-
58
52
## Preventing opening and closing
59
53
60
54
Prevent the popup open and close in the event argument like [PopupOpeningEventArgs.cancel](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.PopupOpeningEventArgs.html#Syncfusion_Blazor_MultiColumnComboBox_PopupOpeningEventArgs_Cancel) and [PopupClosingEventArgs.cancel](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.PopupClosingEventArgs.html#Syncfusion_Blazor_MultiColumnComboBox_PopupClosingEventArgs_Cancel) as `true`. It is achieved by the [PopupOpening](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.SfMultiColumnComboBox-2.html#Syncfusion_Blazor_MultiColumnComboBox_SfMultiColumnComboBox_2_PopupOpening) and [PopupClosing](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.SfMultiColumnComboBox-2.html#Syncfusion_Blazor_MultiColumnComboBox_SfMultiColumnComboBox_2_PopupClosing) events.
@@ -65,8 +59,6 @@ Prevent the popup open and close in the event argument like [PopupOpeningEventAr
65
59
66
60
{% endhighlight %}
67
61
68
-

69
-
70
62
The following events are used to trigger when opening and closing popup.
71
63
72
64
### PopupOpening event
@@ -132,5 +124,3 @@ You can achieve this by binding the `resize` event in window and update the heig
132
124
133
125
{% endhighlight %}
134
126
{% endtabs %}
135
-
136
-

0 commit comments