7 Answers, 1 is accepted
0
Hello Madhan,
Hope this will be helpful.
Regards,
Plamen
the Telerik team
You can use MultiDayView as in the code below:
<
telerik:RadScheduler
runat
=
"server"
ID
=
"RadScheduler1"
SelectedView
=
"MultiDayView"
MultiDayView-UserSelectable
=
"true"
>
<
MultiDayView
NumberOfDays
=
"14"
/>
Hope this will be helpful.
Regards,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Madhan
Top achievements
Rank 1
answered on 21 Nov 2012, 10:29 AM
Hi Plamen,
Thanks for replay but i don't want that 'Multiday view option in scheduler, i need the same way in week view and i am not getting numberofdays option in week view.
How can i show numberdays in week view?
Thanks
Madhan
Thanks for replay but i don't want that 'Multiday view option in scheduler, i need the same way in week view and i am not getting numberofdays option in week view.
How can i show numberdays in week view?
Thanks
Madhan
0
Hello Madhan,
Hope this will help you solve the issue.
Greetings,
Plamen
the Telerik team
It seems that I didn't explain the issue well enough- Week View in RadScheduler can not show more than 7 days that is why if you want more that 7 days you should use MultiDayView. If you don't want the option button you can simply remove the WeekView one and change the localization of the MultiDayView button as in the markup below:
<telerik:RadScheduler runat="server" ID="RadScheduler1" SelectedView="MultiDayView" MultiDayView-UserSelectable="true" WeekView-UserSelectable="false" Localization-HeaderMultiDay="WeekView"
Hope this will help you solve the issue.
Greetings,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Madhan
Top achievements
Rank 1
answered on 21 Nov 2012, 02:40 PM
Thanks Plamen
Its working fine now but i am facing one more issue like its showing start day from today but i need to show current week start day (SUN - SAT) .
Now Its showing like (WED - TUE), how can i show from current week start day to end day.
Thanks
Madhan,
Its working fine now but i am facing one more issue like its showing start day from today but i need to show current week start day (SUN - SAT) .
Now Its showing like (WED - TUE), how can i show from current week start day to end day.
Thanks
Madhan,
0
NK
Top achievements
Rank 1
answered on 22 Nov 2012, 07:17 AM
In my appointment strattime was 5:00:00am to 7:00:00 am.but in week view of y-axis time it shows me 8:00:00 am to 11:00 am.It makes increase 3 hrs.Please advise me for the same.its urgent.
Kindly help me..
Kindly help me..
0
Madhan
Top achievements
Rank 1
answered on 22 Nov 2012, 07:22 AM
Hello,
Try like this
DayStartTime = "05:00" and DayEndTime = "19:00"
Thanks
Madhan.
Try like this
DayStartTime = "05:00" and DayEndTime = "19:00"
Thanks
Madhan.
0
NK
Top achievements
Rank 1
answered on 23 Nov 2012, 03:31 PM
thanks..I i will set the timezoneoffset={00:00:00}.it works fine...