This question is locked. New answers and comments are not allowed.
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
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