Declined
Last Updated: 12 Jul 2016 14:49 by ADMIN
Created by: Robin
Comments: 2
Category: Scheduler
Type: Feature Request
0
In http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=631805 Plamen indicated a feature request was created to implement CRUD via ODatabinding for the RadScheduler control but I can't find it. Currently it's read-only but we really would like to be able to maintain appointments as well via OData because we already have that API available in our product. This way we don't have to build\maintain a new web service.
Declined
Last Updated: 16 Jun 2021 08:10 by ADMIN
We'd like to control how simultaneous appointments are displayed. It would be nice if the appointments are shown above eachother, as it were layers with transparancy.

If that's not possible than we'd like to control the placing of the appointments. For example the appointments in order of priority from left to right.
Declined
Last Updated: 01 Nov 2013 13:06 by Elena
Created by: Deepa Balasundaram
Comments: 1
Category: Scheduler
Type: Bug Report
0
In firefox, the scheduler adds additional option buttons and checkboxes. 
Declined
Last Updated: 02 Mar 2022 11:37 by ADMIN
Created by: Ben
Comments: 1
Category: Scheduler
Type: Feature Request
0
There is an OnClientTimeSlotClick event that fires if the user clicks in a single time slot.

If the user clicks in one time slot and drags to select multiple time slots before releasing the mouse button no event is fired.

It would be useful if the existing event was fired in this case, or another event was added to fire in this case.
Declined
Last Updated: 25 Feb 2014 11:07 by Sam
When moving from 2.611.45 to the latest 2.717.45 ASP.NET AJAX binaries, we are experiencing a problem with the client-side drag ('move') of appointments.

Repro steps:
* Unpack the attached MVC project (bare-bones...does web-service binding on an XML document). Run the project (just go to the /Home/Index action). You should see the RadScheduler there.
* Create an appointment of AT LEAST 90 MINUTES duration. This should succeed.
* Drag the appointment up/down. I have included a piece of sample JavaScript which prints out the eventArgs.get_targetSlot().get_startTime() value. 

Expected results:
* The logged value coincides with the visual position of the start of the appointment while it is being dragged.

Actual results:
* The logged value is offset by a constant amount compared to what is being shown on the Scheduler during the drag. For example, the appointment will appear to be shown at 12:00 but the value retrieved in script will be 12:30.

This only seems to be reproducible for appointments of 90 minutes or longer. It does not occur with your 2.611.45 binaries.

I noticed that you guys changed your implementation of client-side methods like _startDrag, _raiseMoveEnd, _finishDrag etc in this latest release...it might have something to do with that, but I didn't have time to go debugging your script.

(Note: The attached zip is only a zip of the cleaned project file. The only non-standard MVC4 assemblies are your Telerik assemblies, so you'll just have to fix up the path to those so that the project builds.)
Declined
Last Updated: 06 Mar 2014 09:12 by Kishalaya
telerik version 2012.2.607.35 scheduler appointment duration gets reduced on appointment being dragged and dropped from one apointment slot to another slot in mozilla fireox
Declined
Last Updated: 13 Mar 2015 06:05 by Tarun
Created by: Peter
Comments: 3
Category: Scheduler
Type: Feature Request
0
Hi Telerik

Full version number of the Telerik control or product being used: 2013.3.1324.45
Operating system details of your development machine/server: Win8.1 / Windows Server 2012 / Windows Server 2008 R2
Browser type and version number (where applicable): IE11 // FF
IDE Edition (Including Service Packs): VS 2013 / VS 2012 Update / SP 4
Preferred coding language: C#

Possible duplicate of this Declined issue:
http://feedback.telerik.com/Project/108/Feedback/Details/39250-fix-radscheduler-throws-specified-argument-was-out-of-the-range-of-valid-values


I run into exactly this problem in my application. if my users changes from dayview
to week or month views, depending on number of resources. I have not tested this
for the other horizontal grouping enabled views multiday and timeline.

Is it posible for a fix that reduces to a max value like 32767, 
when calculating or setting the table width.


part of my code:

RadScheduler1.ColumnWidth = new Unit(200, UnitType.Pixel); 
//Note will cause exception when many resources
//and Telerik.Web.UI.GroupingDirection.Horizontal
//The Unit class can represent values only between -32768 and 32767


Stack trace:

Specified argument was out of the range of valid values.
Parameter name: value



at System.Web.UI.WebControls.Unit..ctor(Double value, UnitType type)
   at Telerik.Web.UI.Scheduler.Views.SchedulerRenderer.SetContentTableWidth(Table contentTable)
   at Telerik.Web.UI.Scheduler.Views.SchedulerRenderer.AddHorizontalHeaders(SchedulerTopTable topTable)
   at Telerik.Web.UI.Scheduler.Views.Month.GroupedByResource.Renderer.GetInnerContent()
   at Telerik.Web.UI.Scheduler.Views.SchedulerRenderer.GetContent()
   at Telerik.Web.UI.RadScheduler.CreateContent()
   at Telerik.Web.UI.RadScheduler.CreateChildControls(Boolean bindFromDataSource)
   at Telerik.Web.UI.RadScheduler.CreateChildControls()
   at System.Web.UI.Control.EnsureChildControls()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)



Regards

Peter
Declined
Last Updated: 10 Mar 2014 14:07 by ADMIN
Created by: Peter
Comments: 1
Category: Scheduler
Type: Bug Report
0
Hi Telerik

Full version number of the Telerik control or product being used: 2013.3.1324.45
Operating system details of your development machine/server: Win8.1 / Windows Server 2012 / Windows Server 2008 R2
Browser type and version number (where applicable): IE11 // FF
IDE Edition (Including Service Packs): VS 2013 / VS 2012 Update / SP 4
Preferred coding language: C#

In all my skins, the calendar dropdown has inline style that hides part
of the day ranges, and navigation controls. i can however only replicate
this issue on your demo site 6.february 2014,  for the metrotouch skin,
and the blackmetrotouch skin, see attached image.
so i quess its fixed, and anyhow i made a css overide to temporary
fix this for my production deployment

However it looks like the appointments duration is not rendered correct,
this was also the case in my last production deployment version 2013.611.45.

i can replicate this issue on your demo site 6.february 2014, where i made
an appointment from 08:00 to 12:00, see attached image.
I tried in IE, FF, IOS, with same result.

is it posible to get more exact time rendering, like in the other skins,
because i in fact has some users who run my application on tablets. and
the metro skins looks great and are easier to use on thoose devices.


Regards

Peter
Declined
Last Updated: 01 May 2014 10:34 by ADMIN
Created by: Rahul
Comments: 1
Category: Scheduler
Type: Bug Report
0
I want to Use Kendo Scheduler in my MVC Application. But in that the Problem is with Scheduled task fetching. Because that is not on Server Side. I have also done Google, but still not getting any sugegstion on How to use Server Side Kendo Grid Currently I am refereing Kendo Scheduler from:: Kendo Scheduler Demo

But that is on Client Side(i.e. it reads all the data from database).

I want Server side Scheduler because of following reasons:

If Database is having Millions of Schedule (i.e. Pervious Date + Current Date + Next Few months)
then in that case I want the information of just `Current Months/Week/Day` for that I need Server side Kendo Scheduler.
Declined
Last Updated: 13 May 2022 15:11 by ADMIN
ADMIN
Created by: Plamen
Comments: 1
Category: Scheduler
Type: Feature Request
0

			
Declined
Last Updated: 16 Mar 2015 14:12 by Elena
Created by: Rahul
Comments: 1
Category: Scheduler
Type: Bug Report
0
We are trying to Add Border for the current date in the RadScheduler using OnTimeSlotCreated event with the following code:

                e.TimeSlot.Control.Style.Add("border-left", "solid 1px !important");
                e.TimeSlot.Control.Style.Add("border-right", "solid 1px !important");
                e.TimeSlot.Control.Style.Add("border-right-color", "Red !important");
                e.TimeSlot.Control.Style.Add("border-left-color", "Red !important");

This is causing a shift to the appointments , please see screenshot.
Telerik Version: 2014.3.118.40, IE 9.0.

Ccan you suggest if there is any other way to add border or we need to upgrade the controls to a newer version?

Thanks,
Rahul

P.S I found similer unresolved issue at:
http://www.telerik.com/forums/timeline-view-doesn-t-line-up-correctly
Declined
Last Updated: 31 May 2021 14:32 by ADMIN
When calling Telerik.Web.UI.RecurrenceRule.TryParse and it returns false - there is no way to know what is actually wrong with the rule to parse.

Perhaps a Parse( ) method is also provided that will throw an exception with details of what is wrong with the specified string recurrence rule.
Declined
Last Updated: 27 May 2021 09:02 by ADMIN
Created by: Tejas
Comments: 1
Category: Scheduler
Type: Feature Request
0
Dear Sir,

I used telerik:RadScheduler with Exchange Scheduler Provider.
I am successfully connected to Exchange server and also I able to display data on scheduler form exchange

But problem is how can i refresh scheduler data real time?

My requirement is if meeting cancel or new Meeting at the same time scheduler update the information on display.
Below code ios for your reference.
ExchangeSchedulerProvider provider1 =
      new ExchangeSchedulerProvider(@"https://owa.xyz.com/EWS/Exchange.asmx", "user name", "Password", "Domain", "tejas_k_lodha@milacron.com");
Thanks,
Declined
Last Updated: 06 Aug 2020 14:31 by ADMIN
Something prevents the timeslotcreated event from firing when the advanced form is shown and therefore all the customizations that are done within timeslotcreated event are not in effect until advanced form is closed.  For example you can see different background color/image on January 1st on the attached "Capture1.png" picture, but as soon as I open the advanced form, for create/edit, those css settings are gone (see attached "Capture2.png" picture) until I close the form.

You would think that this is a pretty big bug that needs to be resolved.

Thanks.
Declined
Last Updated: 18 Nov 2013 09:10 by Nedo
Created by: Nedo
Comments: 0
Category: Scheduler
Type: Bug Report
0
Hello
When you save the data by adding the beginning of the day 2 and day laborers booking on the booking end
When you display the same process works, but counterproductive

Please help

Thank you
Declined
Last Updated: 22 Jun 2022 10:56 by ADMIN
1 2