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

RadDatePicker1.PopupDirection How to set this property in Q2 2008

1 Answer 33 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Rahul Khinvasara
Top achievements
Rank 1
Rahul Khinvasara asked on 01 Oct 2009, 11:36 AM
Hi,
    We have used telerik Radcontrols for AJAX ASP.net version Q2 2008.
We have used RadDatePicker I want to set "RadDatePicker1.PopupDirection" property but this property is not available in Q2 2008 version. How to implement this functionality or how to set this property in Version Q2 2008 ?

Please give your reply. 

Thankssssssssss, 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Oct 2009, 12:45 PM
Hi Rahul,

You could customize the popup location by passing a pair of coordinates to the ShowPopup() method that determines where the calendar will be displayed. The example obtains a reference to RadDateInput's text box and displays the popup above it by using the PopupContainer's height to calculate the position. You need to register the PopupAbove() event with DatePopupButtonā€™s click attribute in order to get it execute on clicking the DatePopup button.

Here is the forum link that describes how to show popup above the dateinput.
Popup position for RadDatePicker
Modify the coordinate values according to your requirement to show the popup to show in desired position.

-Shinu.
Tags
Calendar
Asked by
Rahul Khinvasara
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or