This is a migrated thread and some comments may be shown as answers.

[Solved] When try to open the list of item from combobox at the bottom of the view, list is hidden

1 Answer 88 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Guilherme
Top achievements
Rank 1
Guilherme asked on 06 Feb 2012, 03:13 PM
Hello Telerik People!

I have an issue on my application regarding Combobox/Dropdown/Autocomplete.

When I try to open the list of items from combobox at the bottom of the view (last html control), items of the list are hidden.
This only happen with I have no more space at the view.
I know that I can just add some <br /> to create the enough space, but this is an ugly solution :) and, on my case, I cannot predict how many items I’ll have on my list.

Do you know how to fix the Combobox to rearrange where to open the popup and fix this issue?

I noted with the OnOpen event I can just catch the moment before open, so I cannot access the popup div.

Thanks

Guilherme

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 07 Feb 2012, 09:50 AM
Hello Guilherme,

 
Currently, the popup used in ComboBox does not support boundary detection. Nevertheless if the height of the items is more than 200px (this is default height), then the height of the popup is set to 200px. Once the popup has static height, you can add enough space in the end of the page in order to allow the users to see it. I will log your request to our internal system for further discussion.

Regards,
Georgi Krustev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ComboBox
Asked by
Guilherme
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or