Declined
Last Updated: 30 Aug 2022 09:04 by ADMIN
Rob
Created on: 18 Aug 2022 13:00
Category: UI for Blazor
Type: Bug Report
1
MultiColumnComboBoxPopupSettings missing Height settings

It seems I'm missing Height, MinHeight, and MaxHeight settings here. 

3 comments
ADMIN
Svetoslav Dimitrov
Posted on: 30 Aug 2022 09:04

Hello Rob,

The main difference between the ComboBox and MultiColumnComboBox is that in the MultiColumnComboBox there are docked elements such as the column headers and the optional column footer. This would mean that the Height will not work in the same way as it does in the ComboBox as there is no docked column header. Having that in mind we introduced a parameter (ListHeight) that controls the actual height of the list items. 

Regards,
Svetoslav Dimitrov
Progress Telerik

The Premier Dev Conference is back! 

Coming to you live from Progress360 in-person or on your own time, DevReach for all. Register Today.


Rob
Posted on: 24 Aug 2022 13:05

Hi Svetsoslav,

 

That is a valid answer and honestly it works for my current use case, although it does seem odd that it doesn't follow the (working) Combobox ColumnBoxPopupSettings settings

Blazor ComboBox Overview | Telerik UI for Blazor

 

Best,

Rob

ADMIN
Svetoslav Dimitrov
Posted on: 24 Aug 2022 09:50

Hello Rob,

We made a mistake with the documentation of the popup settings of the MultiColumnComboBox. The height of the popup is controlled via the ListHeight parameter exposed on the <TelerikMultiColumnComboBox>. I have updated the documentation to reflect that. 

Having said that, I am marking this as "Declined" as it is a documentation issue.

Regards,
Svetoslav Dimitrov
Progress Telerik

The Premier Dev Conference is back! 

Coming to you live from Progress360 in-person or on your own time, DevReach for all. Register Today.