Craig Wallace
Top achievements
Rank 1
Craig Wallace
asked on 27 Sep 2010, 10:49 PM
I have a fixed position div that is always at the bottom of my page. Inside that is a RadComboBox with around 30 items. Sometimes it expands upwards, sometimes it expands downwards and so out of view and unusable.
How can I force the RadComboBox to always expand upwards?
Thanks.
How can I force the RadComboBox to always expand upwards?
Thanks.
6 Answers, 1 is accepted
0
Shinu
Top achievements
Rank 2
answered on 28 Sep 2010, 06:47 AM
Hello Craig,
Set the EnableScreenBoundaryDetection property of RadComboBox to "True" which in turn opens the dropdown based on screen Boundaries.
-Shinu.
Set the EnableScreenBoundaryDetection property of RadComboBox to "True" which in turn opens the dropdown based on screen Boundaries.
-Shinu.
0
Craig Wallace
Top achievements
Rank 1
answered on 28 Sep 2010, 09:38 AM
Hi Shinu,
I have now added the property but it does not work for me. The combobox now alternates between expanding up or down with each click - 1st click down, 2nd click up, 3rd click down, 4th click up and so on. It may have already being doing this and I had not noticed.
Craig
I have now added the property but it does not work for me. The combobox now alternates between expanding up or down with each click - 1st click down, 2nd click up, 3rd click down, 4th click up and so on. It may have already being doing this and I had not noticed.
Craig
0
Hi Craig Wallace,
This may be an issue in the screen boundary detection.
Can you share here the minimum layout of the page that triggers the issue?
Regards,
Simon
the Telerik team
This may be an issue in the screen boundary detection.
Can you share here the minimum layout of the page that triggers the issue?
Regards,
Simon
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items
0
Simon
Top achievements
Rank 1
answered on 28 Sep 2010, 02:48 PM
Hi Simon,
I have tried a few resolutions and they all exhibit the same behaviour. Even 800x600 and lower does it.
Craig
I have tried a few resolutions and they all exhibit the same behaviour. Even 800x600 and lower does it.
Craig
0
Hello simon torrance,
Please excuse me for not being clear enough in my previous post.
I meant that you send me the minimum HTML required to trigger the issue as we will need to first reproduce it and confirm it is a bug before actually proceed with the fix. If it will be more convenient for you, you can send us a runnable project via a support ticket.
Thank you in advance for your assistance.
Greetings,
Simon
the Telerik team
Please excuse me for not being clear enough in my previous post.
I meant that you send me the minimum HTML required to trigger the issue as we will need to first reproduce it and confirm it is a bug before actually proceed with the fix. If it will be more convenient for you, you can send us a runnable project via a support ticket.
Thank you in advance for your assistance.
Greetings,
Simon
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items
0
Vivek
Top achievements
Rank 1
answered on 01 Oct 2012, 07:56 AM
EnableScreenBoundaryDetection="false" worked for me :)