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

Month Date Picker example

1 Answer 70 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Robin Lilly
Top achievements
Rank 1
Robin Lilly asked on 21 Apr 2008, 04:45 AM
The month date picker example that is in http://www.telerik.com/community/code-library/submission/b311D-mdkhb.aspx

set up for prometheus throws an error on picker.get_calendar(); line

function SetCalendarTable()

{

var picker = $find("<%= RadDatePicker1.ClientID %>");

var calendar = picker.get_Calendar();


the object doesn't support the method. This is with the new verision (released Prometheus), before release it didn't do that.

Robin

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 21 Apr 2008, 11:43 AM
Hi Robin Lilly,

Indeed the code library was modified with beta version of the new controls from 2 months ago. At that time the client-side API was not entirely changed to use the ASP.NET conventions which do not use camel casing for the properties. I've made the necessary changes to the code in the code library and you can re-download it - should be working properly now. For more info on the calendar client-side API changes - please review the following help article.

Greetings,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Calendar
Asked by
Robin Lilly
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or