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

RadScheduler version compatibility issue

1 Answer 66 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Vincent asked on 14 May 2009, 07:57 PM
Hi,

I am using the RadScheduler. I have also just upgrade our package from Q1 2008 to Q1 2009.
After the upgrade I got all sorts of script errors, and one of them is with the RadScheduler.
I have stripped the code to the minimal test it by reverting it back to Q1 2008, and the exact same code works in Q1 2008.
Here's my code:

            _theCalendar1 = new RadScheduler();
            _theCalendar1.ID = "Calendar1";
            _theCalendar1.DataKeyField = "ID";
            _theCalendar1.DataSubjectField = "Title";
            _theCalendar1.DataStartField = "Start";
            _theCalendar1.DataEndField = "End";
            this._mainUpdatePanel.Controls.Add(_theCalendar1);

And the error I got is "Object doesn't support this property or method." But the exact same code works for 2008.

Please advise.

Thanks,
Vincent


1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 May 2009, 11:53 AM
Hello Vincent,

Those two versions are a year apart and a lot of changes have been done. You should refer to the changes and backward compatability section for each control. Also, you can review the release history.

RadScheduler:
http://www.telerik.com/help/aspnet-ajax/scheduler-changes-and-backward-compatability.html

RadCalendar:
http://www.telerik.com/help/aspnet-ajax/calendar-changes_and_backwards_compatibility.html

Release history:
http://www.telerik.com/products/aspnet-ajax/whats-new/release-history.aspx

Please, let us know if we can be of further assistance.




Best wishes,
Peter
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.
Tags
Sharepoint Integration
Asked by
Vincent
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or