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

telerik:RadDatePicker Hides

2 Answers 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Asif
Top achievements
Rank 1
Asif asked on 05 Aug 2010, 06:11 AM
Hi all

   I have telerik:RadDatePicker on my .aspx page on which I am using it as input for my Chart Generation. The Chart I am using is Fusion Charts. My query is when I select Calendar, my calender hides beneath the Chart control to bring it front of chart so that user selects the date and then it hides. And even tell how to set MinDate 1/1/2010 and MaxDate is 12/31/2010. User should not select any date else this. rest all date,month,year should be disable

Regards

Asif

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 09 Aug 2010, 04:32 PM
Hi Asif,

If the RadDatePicker's Calendar popup is displayed below some other element on the page, then you have a z-index or stacking context problem. More information on the matter is available at:

http://blogs.telerik.com/atanaskorchev/posts/09-07-02/z-index_demystified.aspx

In your case, you can either set a larger z-index to RadDatePicker (using the ZIndex property) or set a lower z-index to the chart control, if it has any.

In order to set minimum and maximum valid dates, use the MinDate and MaxDate properties - do you have any problems with that ?

Kind regards,
Dimo
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
Asif
Top achievements
Rank 1
answered on 10 Aug 2010, 05:26 AM
thanks issue is sorted out.
Tags
General Discussions
Asked by
Asif
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Asif
Top achievements
Rank 1
Share this question
or