3 Answers, 1 is accepted
0
Hi,
I have tested the issue locally and on our on-line demo here but could not observe any unusual issue. Please let us know if in your scenario RadScheduler settings are somehow different so we could inspect the issue and be more helpful.
Regards,
Plamen
Telerik
I have tested the issue locally and on our on-line demo here but could not observe any unusual issue. Please let us know if in your scenario RadScheduler settings are somehow different so we could inspect the issue and be more helpful.
Regards,
Plamen
Telerik
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 the blog feed now.
0

Gaurav
Top achievements
Rank 1
answered on 10 Jan 2014, 10:28 AM
Hi Plamen ,
This is the code i m using the for the rad scheduler in mvc on partial aspx view.But its not working in case of group direction vertical.
<telerik:radscheduler runat="server" skin="Outlook" id="AppointmentScheduler" tooltip="" starteditinginadvancedform="false" startinsertinginadvancedform="false" timelineview-userselectable="false" minutesperrow="15" enableadvancedform="false" displaydeleteconfirmation="true" timelabelrowspan="1" hourspaneltimeformat="h:mm tt" showfulltime="false" numberofhoveredrows="1" appointmentstylemode="Default" selectedview="DayView"
onclientrecurrenceactiondialogclosed="OnClientRecurrenceActionDialogClosed" onclientappointmentspopulating="OnClientAppointmentsPopulating"
onclientformcreated="OnClientFormCreated" onclientappointmentdatabound="onSchedulerDataBound" onclientappointmentinserting="OnClientAppointmentInserting"
onclientappointmentcontextmenu="OnClientAppointmentContextMenu" onclientappointmentcontextmenuitemclicked="OnClientAppointmentContextMenuItemClicked"
enablerecurrencesupport="true" displayrecurrenceactiondialogonmove="true" editingrecurringseries="true" onclientappointmentediting="OnClientAppointmentEditing"
onclientdatabound="OnClientDataBoundSchedulerTemplate" onclientappointmentmoving="OnClientAppointmentMoving" onclientrequestfailed="OnClientRequestFailed"
OnClientAppointmentResizeStart="OnClientAppointmentResizeStart" OnClientAppointmentMoveEnd="OnClientAppointmentMoveEnd"
OnClientAppointmentResizing ="OnClientAppointmentResizing" OnClientAppointmentResizeEnd="OnClientAppointmentResizeEnd" localization-headermultiday="Resource View" overflowbehavior="Auto"
onclientrecurrenceactiondialogshowing="HideToolTip" daystarttime="06:00:00" workdayendtime="18:00:00" firstdayofweek="Sunday" groupingdirection="Vertical">
<DayView DayStartTime="06:00:00" WorkDayEndTime="18:00:00" />
<MultiDayView UserSelectable="true" GroupBy="PhysicianData" NumberOfDays="7" />
<AppointmentContextMenus>
<telerik:RadSchedulerContextMenu runat="server" CssClass="color-black" ID="SchedulerAppointmentContextMenu">
<Items>
<telerik:RadMenuItem Text="Cancel Appointment" Value="CancelAppointment">
</telerik:RadMenuItem>
<telerik:RadMenuItem IsSeparator="True">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="No Show" Value="NoShow">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Check In" Value="CheckIn">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Check Out" Value="CheckOut">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Confirmed" Value="Confirmed">
</telerik:RadMenuItem>
<telerik:RadMenuItem IsSeparator="True">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Received" Value="Received">
</telerik:RadMenuItem>
<%--<telerik:RadMenuItem Text="Move-Up" Value="MoveUP">
</telerik:RadMenuItem>--%>
</Items>
</telerik:RadSchedulerContextMenu>
</AppointmentContextMenus>
<WebServiceSettings Path="<%$ AppSettings:ServicePath %>" ResourcePopulationMode="ServerSide" />
<ResourceStyles>
<telerik:ResourceStyleMapping Type="Appointment Type" Text="New Consultant" BackColor="skyBlue" />
<telerik:ResourceStyleMapping Type="Appointment Type" Text="Surgery" BackColor="Orange" />
<telerik:ResourceStyleMapping Type="Appointment Type" Text="Follow Up" ApplyCssClass="rsCategoryGreen" />
</ResourceStyles>
</telerik:radscheduler>
Thanks
Gaurav Rana
This is the code i m using the for the rad scheduler in mvc on partial aspx view.But its not working in case of group direction vertical.
<telerik:radscheduler runat="server" skin="Outlook" id="AppointmentScheduler" tooltip="" starteditinginadvancedform="false" startinsertinginadvancedform="false" timelineview-userselectable="false" minutesperrow="15" enableadvancedform="false" displaydeleteconfirmation="true" timelabelrowspan="1" hourspaneltimeformat="h:mm tt" showfulltime="false" numberofhoveredrows="1" appointmentstylemode="Default" selectedview="DayView"
onclientrecurrenceactiondialogclosed="OnClientRecurrenceActionDialogClosed" onclientappointmentspopulating="OnClientAppointmentsPopulating"
onclientformcreated="OnClientFormCreated" onclientappointmentdatabound="onSchedulerDataBound" onclientappointmentinserting="OnClientAppointmentInserting"
onclientappointmentcontextmenu="OnClientAppointmentContextMenu" onclientappointmentcontextmenuitemclicked="OnClientAppointmentContextMenuItemClicked"
enablerecurrencesupport="true" displayrecurrenceactiondialogonmove="true" editingrecurringseries="true" onclientappointmentediting="OnClientAppointmentEditing"
onclientdatabound="OnClientDataBoundSchedulerTemplate" onclientappointmentmoving="OnClientAppointmentMoving" onclientrequestfailed="OnClientRequestFailed"
OnClientAppointmentResizeStart="OnClientAppointmentResizeStart" OnClientAppointmentMoveEnd="OnClientAppointmentMoveEnd"
OnClientAppointmentResizing ="OnClientAppointmentResizing" OnClientAppointmentResizeEnd="OnClientAppointmentResizeEnd" localization-headermultiday="Resource View" overflowbehavior="Auto"
onclientrecurrenceactiondialogshowing="HideToolTip" daystarttime="06:00:00" workdayendtime="18:00:00" firstdayofweek="Sunday" groupingdirection="Vertical">
<DayView DayStartTime="06:00:00" WorkDayEndTime="18:00:00" />
<MultiDayView UserSelectable="true" GroupBy="PhysicianData" NumberOfDays="7" />
<AppointmentContextMenus>
<telerik:RadSchedulerContextMenu runat="server" CssClass="color-black" ID="SchedulerAppointmentContextMenu">
<Items>
<telerik:RadMenuItem Text="Cancel Appointment" Value="CancelAppointment">
</telerik:RadMenuItem>
<telerik:RadMenuItem IsSeparator="True">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="No Show" Value="NoShow">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Check In" Value="CheckIn">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Check Out" Value="CheckOut">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Confirmed" Value="Confirmed">
</telerik:RadMenuItem>
<telerik:RadMenuItem IsSeparator="True">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Received" Value="Received">
</telerik:RadMenuItem>
<%--<telerik:RadMenuItem Text="Move-Up" Value="MoveUP">
</telerik:RadMenuItem>--%>
</Items>
</telerik:RadSchedulerContextMenu>
</AppointmentContextMenus>
<WebServiceSettings Path="<%$ AppSettings:ServicePath %>" ResourcePopulationMode="ServerSide" />
<ResourceStyles>
<telerik:ResourceStyleMapping Type="Appointment Type" Text="New Consultant" BackColor="skyBlue" />
<telerik:ResourceStyleMapping Type="Appointment Type" Text="Surgery" BackColor="Orange" />
<telerik:ResourceStyleMapping Type="Appointment Type" Text="Follow Up" ApplyCssClass="rsCategoryGreen" />
</ResourceStyles>
</telerik:radscheduler>
Thanks
Gaurav Rana
0
Hi Gaurav,
Thank you for you concern with RadControls.
I have successfully replicated the issue locally and it looks like a bug in RadScheduler n WebService binding when RadScheduler is grouped by resources. I have logged it for fixing and you can follow its status and vote for it here. Unfortunately at the moment there is not an easy workaround of the issue but we will do our best to fix it as soon as possible.
Please excuse us for this inconvenience caused by our control.
Regards,
Plamen
Telerik
Thank you for you concern with RadControls.
I have successfully replicated the issue locally and it looks like a bug in RadScheduler n WebService binding when RadScheduler is grouped by resources. I have logged it for fixing and you can follow its status and vote for it here. Unfortunately at the moment there is not an easy workaround of the issue but we will do our best to fix it as soon as possible.
Please excuse us for this inconvenience caused by our control.
Regards,
Plamen
Telerik
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 the blog feed now.