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

Appointment not showing up on scheduler screen

3 Answers 211 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 01 Feb 2011, 06:45 PM
We have a requirement to show scheduled tasks for each individual. The tasks will be edited using a different mechanism, not via the scheduler, but we'd like to display them on a scheduler screen.

The data is loading, but the text on the calendar is blank; the attached screenshot shows how it looks, with the tooltip visible but no text on the calendar. here's the definition.

<telerik:RadScheduler ID="RadSchedulerCommitments" runat="server" AllowDelete="False"
AllowEdit="False" AllowInsert="False" DataSourceID="dsCommitments" SelectedView="MonthView"
DataStartField="DueDate" DataEndField="DueDate"
DataKeyField="CommitmentID" DataSubjectField="CommitmentItem"
OverflowBehavior="Expand" ReadOnly="True" ShowHoursColumn="True"
ShowViewTabs="False" >
</telerik:RadScheduler>

Any idea what's wrong?

3 Answers, 1 is accepted

Sort by
0
Sean Overman
Top achievements
Rank 1
answered on 01 Feb 2011, 07:35 PM
It looks like your startdate and enddate are bound to the same column, that would result in appointments have a 0 time length and rendering like that.
0
Derek
Top achievements
Rank 1
answered on 02 Feb 2011, 09:04 PM
That makes sense. However, in this case the scheduled item is really only a date, not a datetime, and that's how it's stored. What I want to show is that there is an item in that selected day. Any suggestions as to how we can accomplish that?
0
Veronica
Telerik team
answered on 03 Feb 2011, 05:48 PM
Hello Sean Overman,

Could you please be more specific on "What I want to show is that there is an item in that selected day.". Please take a look at this help topic for the Database Structure.

Best wishes,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Derek
Top achievements
Rank 1
Answers by
Sean Overman
Top achievements
Rank 1
Derek
Top achievements
Rank 1
Veronica
Telerik team
Share this question
or