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

[Solved] Configuration Error

4 Answers 129 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
TSCGlobal
Top achievements
Rank 1
TSCGlobal asked on 18 Jan 2008, 08:12 PM
When the control is rendered, it has the header, and the footer, but not the main calendar areas. It is unresponsive to my clicking the day, month, or week buttons. I'm not sure what is causing this. (to see what i see, u can go to http://test.greyhands.com/CalTest.aspx) What am I missing?

The .aspx page is as follows;
------------------------------------

<html xmlns="http://www.w3.org/1999/xhtml" >
<
head runat="server">
<title>Untitled Page</title>
</
head>

<
body>

<

form id="form1" runat="server">

<asp:ScriptManager id="ScriptManager1" runat="server"></asp:ScriptManager>

<

telerik:RadScheduler ID="RadScheduler1" runat="server" AllowDelete="True" AllowEdit="True"
AllowInsert="True" DataEndField="EndDate" DataKeyField="EventID" DataRecurrenceField="EventDescription"
DataRecurrenceParentKeyField="RecurranceKey" DataSourceID="SqlDataSource2" DataStartField="StartDate"
DataSubjectField="EventName" FirstDayOfWeek="Sunday" LastDayOfWeek="Saturday"
OverflowBehavior="Scroll" SelectedView="DayView"></telerik:RadScheduler>

<

asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:calTestString %>"

SelectCommand="SELECT [EventID], [StartDate], [EndDate], [EventName], [EventDescription], [EventRecurrance], [RecurranceKey] FROM [test_table]"></asp:SqlDataSource>

</

form>
</
body>
</
html>

----------------------------------

Thanks.

4 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 21 Jan 2008, 03:46 PM
Hi Duane,

Unfortunately the http://test.greyhands.com/CalTest.aspx url is currently not available. As a result we cannot see the problem. The code you have pasted looks OK. Could you please make that page back online? Maybe this would help us identify the problem.

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Björn
Top achievements
Rank 1
answered on 21 Jan 2008, 03:52 PM
Hi Duanne!
I´ve got the same result when I by mistake put the Scheduler in a regular "ASP.NET Web Application" instead of a "ASP.NET AJAX-Enabled Web Application".

Maybe that is your problem as well?

Best Regards
Kristian
0
TSCGlobal
Top achievements
Rank 1
answered on 24 Jan 2008, 02:05 PM
Thank you! That was what the problem was. Somehow My web.config file was changed.
0
TSCGlobal
Top achievements
Rank 1
answered on 24 Jan 2008, 02:05 PM
Thank you! That was what the problem was. Somehow My web.config file was changed.
Tags
Scheduler
Asked by
TSCGlobal
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Björn
Top achievements
Rank 1
TSCGlobal
Top achievements
Rank 1
Share this question
or