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

PopupDirection?

2 Answers 92 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Airad
Top achievements
Rank 1
Airad asked on 24 Jul 2009, 02:02 AM
Hi!

I made a demo following http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx.

There're some problems when using PopupDirection.

RadDatePicker1.EnableScreenBoundaryDetection = chkEnableScreenBoundaryDetection.Checked;  
RadDatePicker1.PopupDirection = (Telerik.Web.UI.DatePickerPopupDirection)Enum.ToObject(typeof(Telerik.Web.UI.DatePickerPopupDirection), Convert.ToInt32(rcbPopupDirection.SelectedValue));  
 

error message like this:

Error 79 'Telerik.Web.UI.RadDatePicker' does not contain a definition for 'EnableScreenBoundaryDetection' and no extension method 'EnableScreenBoundaryDetection' accepting a first argument of type 'Telerik.Web.UI.RadDatePicker' could be found (are you missing a using directive or an assembly reference?) C:\SourceCode\Siemens\Siemens.BPM.Profile\Siemens.BPM.Profile.Website\Demobin\Calendar\DemoDatePicker.aspx.cs 50 28 Siemens.BPM.Profile.Website

EnableScreenBoundaryDetection, PopupDirection, DatePickerPopupDirection seem does not exist in the namespace?

Or they are only available in Q2? Our telerik edtion is Q1.

Is Q2 available now ?

Thanks!

Best Regards
Airad

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 24 Jul 2009, 11:37 AM
Hi Airad,

Indeed, this feature is new and is available in Q2 2009 (released on July 1, 2009). You can download that version from your Telerik account.

Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Airad
Top achievements
Rank 1
answered on 27 Jul 2009, 01:50 AM
Thanks!
Tags
Calendar
Asked by
Airad
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Airad
Top achievements
Rank 1
Share this question
or