However, when click on the arrow my combobox dropdown appears at the top of the page. I am unable to figure it out. I have radcomboboxes at other places in the application and they seem to work fine there.
See screenshot.
2 Answers, 1 is accepted
0
Accepted
Nencho
Telerik team
answered on 18 Aug 2015, 12:21 PM
Hello,
In order to place the dropdown correctly, I would suggest you to apply an absolute position to the dropdown, as demonstrated below:
<style type="text/css">
.rcbSlide {
position: absolute;
}
</style>
Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items