Skip to content

Commit 9db1382

Browse files
910110: Update the popup setting section in Multi column documentation.
1 parent b5e6d99 commit 9db1382

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

blazor/multicolumn-combobox/popup-setting.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ In the following sample, the `PopupWidth` is set as `600px`.
2121

2222
{% endhighlight %}
2323

24-
![Blazor MultiColumn ComboBox with customizing popup width](./images/popup-setting/blazor_MultiColumn_ComboBox_popup-width.png)
25-
2624
## Change the popup height
2725

2826
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`.
3533

3634
{% endhighlight %}
3735

38-
![Blazor ComboBox with customizing popup height](./images/popup-setting/blazor_MultiColumnComboBox_popup-height.png)
39-
4036
## Change the popup z-index
4137

4238
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/
5349

5450
{% endhighlight %}
5551

56-
![Blazor MultiColumn ComboBox with Show popup on initial loading](./images/popup-setting/blazor_MultiColumnComboBox_popup-initial-loading.png)
57-
5852
## Preventing opening and closing
5953

6054
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
6559

6660
{% endhighlight %}
6761

68-
![Blazor MultiColumn ComboBox with Preventing opening and closing](./images/popup-setting/blazor_ComboBox_preventing-opening-closing.png)
69-
7062
The following events are used to trigger when opening and closing popup.
7163

7264
### PopupOpening event
@@ -132,5 +124,3 @@ You can achieve this by binding the `resize` event in window and update the heig
132124

133125
{% endhighlight %}
134126
{% endtabs %}
135-
136-
![Popup height based on available space in Blazor MultiColumn ComboBox](./images/popup-setting/blazor_combobox_popup_resize.gif)

0 commit comments

Comments
 (0)