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
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