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

RadDatePicker - How to overlap browser window edges

3 Answers 97 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Rosco
Top achievements
Rank 1
Rosco asked on 05 May 2011, 12:37 AM
Hi there,

I am currently having some problems with the RadDatePicker control. When it's expanded, the bottom and left edges of the control are hidden behind the window boundaries. I do not want to make the window size bigger to accomdate for this, as it looks silly with wasted space when the control is collapsed.

Is there a way in which we can expand the RadDatePicker control in front fo the browser window edges (much like ASP.net drop-down-lists)?

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 May 2011, 06:34 AM
Hello Rosco,

Try to set the EnableScreenBoundaryDetection property to true.

Thanks,
Shinu.
0
Rosco
Top achievements
Rank 1
answered on 05 May 2011, 09:30 PM
I don't see this property for the RadDatePicker
0
Maria Ilieva
Telerik team
answered on 10 May 2011, 02:19 PM
Hello Rosco,

The property should be available if you are using RadDatePicker for ASP.Net AJax. please set the following:
<telerik:RadDatePicker ID="RadDatePicker1" EnableScreenBoundaryDetection="true" runat="server">
 </telerik:RadDatePicker>


Best wishes,
Maria Ilieva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Calendar
Asked by
Rosco
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Rosco
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or