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

[Solved] Create appoint across days

2 Answers 170 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
chirag
Top achievements
Rank 1
chirag asked on 10 Sep 2008, 03:23 PM
I am using the scheduler control for Day and Time selection, the user can select timespan on days of week for which a particular activity will be performed. To achieve this, my rad schedule tag is as follows:

<telerik:RadScheduler runat="server" ID="rdsTimeSelection"
            Width="900px" EnableEmbeddedSkins="True" SelectedView="WeekView"
            DayStartTime="00:00:00" DayEndTime="23:59:59" ShowAllDayRow="true"
                AllowEdit="true" AllowInsert="true" WorkDayStartTime="00:00:00"
                WorkDayEndTime="23:59:59"  ShowHeader="False" DataEndField="End"
                DataKeyField="ID" DataStartField="Start" DataSubjectField="Subject"
                FirstDayOfWeek="Monday" LastDayOfWeek="Sunday" MinutesPerRow="60"
                OverflowBehavior="Expand" ShowFooter="False" ShowFullTime="True"
                ShowMonthlyColumnHeader="False" ShowNavigationPane="False"
                ShowResourceHeaders="False" ShowViewTabs="False"
                StartEditingInAdvancedForm="False" TimeLabelRowSpan="1">
                <MonthView ShowDateHeaders="False" ShowResourceHeaders="False" />
                <WeekView ColumnHeaderDateFormat="ddd" HeaderDateFormat="ddd" />
        </telerik:RadScheduler>

This works great, but now the users want to selected a timespan across multiple days by clicking and dragging across the scheduler. They dont want to have to create the same appointment over and over for multiple days. Is it possible with rad scheduler?

2 Answers, 1 is accepted

Sort by
0
Andy Gift
Top achievements
Rank 1
answered on 02 Oct 2008, 09:59 PM
I have got the same issue. How do you accomplish a multi selection date.

Thanks.
0
Kevin
Top achievements
Rank 1
answered on 21 Jul 2009, 01:54 AM
Anyone managed to create an appointment across days using RadScheduler Q2 2009?
Tags
Scheduler
Asked by
chirag
Top achievements
Rank 1
Answers by
Andy Gift
Top achievements
Rank 1
Kevin
Top achievements
Rank 1
Share this question
or