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

Getting 'Unexpected call to method or property access' for simple scheduler

1 Answer 66 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
craig
Top achievements
Rank 1
craig asked on 09 Dec 2008, 11:13 PM
I started a fresh website using Visual Studio 2008.

Added a SqlDataSource, RadScriptManager, RadAjaxPanel, and a RadScheduler.

Then I setup my RadScheduler to use the SqlDataSource. Note that in the datasource I did not configure the update/insert/delete as I want this to be a view only. I also configured RadScheduler to not be able to do those three things. One other odd thing I've done is set the start date = end date, since I just need to show that something is happening at a certain datetime.

Whenever I run I get an exception:
htmlfile: Unexpected call to method or property access

It gives me the following line (maybe this will help?):
var _1d8=_1ca.rows[_1d7].cells[0].id;

I found that if I keep hitting 'ignore' I can actually see everything on the page fine, but then when I try some of the additional links to see a whole day, or move to previous months, it throws those errors and then I'm stuck in that view.

From what I've seen this looks great, and if I can get past this issue then I will be golden :)

Thanks so much

1 Answer, 1 is accepted

Sort by
0
craig
Top achievements
Rank 1
answered on 10 Dec 2008, 01:51 AM
Folks.. Found this was the result of using an early IE8 beta (downloaded about 9 months back, I think they have one updated after that). I was able to get around by using a different browser. This could have been fixed by the recent update to the browser
Tags
Scheduler
Asked by
craig
Top achievements
Rank 1
Answers by
craig
Top achievements
Rank 1
Share this question
or