Unplanned
Last Updated: 10 Jan 2018 15:07 by ADMIN
ADMIN
Created by: Peter Milchev
Comments: 0
Category: Scheduler
Type: Bug Report
0

			
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.
Unplanned
Last Updated: 31 Jan 2019 09:13 by Tanu
The RecurrenceRule does not have the correct Exceptions when modifying the series. The behavior in Outlook is to clear all exceptions when modifying the series. The behavior in Google Calendar is to consider the exception and modify the recurrence rule accordingly.

Create a recurrence appointment (starts on 20th Feb at 8:00 am, recurring daily), whose recurrence rule will be stored in the database as (Picture 1):

DTSTART:20180220T080000Z
DTEND:20180220T083000Z
RRULE:FREQ=DAILY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU

Further, I create an exception on 23rd Feb, which changes the start time to 8:15 am. This now, in Addition to inserting a new record for the exception, updates the master's recurrence rule to (Picture 2):

DTSTART:20180220T080000Z
DTEND:20180220T083000Z
RRULE:FREQ=DAILY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU
EXDATE:20180223T080000Z

So far, so good. Now I edit the master and change its start date to 19th Feb. I expect, that the master keeps the exception for 23rd, but the result is another one. The exception record is kept unchanged as expected! BUT the EXDATE in the master is wrong (Picture 3):

DTSTART:20180219T080000Z
DTEND:20180219T083000Z
RRULE:FREQ=DAILY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU
EXDATE:20180222T080000Z
Completed
Last Updated: 15 Oct 2020 17:57 by ADMIN
Created by: Rohit
Comments: 1
Category: Scheduler
Type: Feature Request
0
Please provide option in scheduler to freeze rows in randomly 
Unplanned
Last Updated: 24 Oct 2018 14:17 by ADMIN
https://www.screencast.com/t/OQyCn2jM

Declined
Last Updated: 01 Jul 2015 14:00 by ADMIN
Completed
Last Updated: 14 Apr 2015 12:24 by ADMIN
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: 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: 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: 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.
Completed
Last Updated: 13 Mar 2014 10:00 by ADMIN
can be replicated on this on-line demo-http://demos.telerik.com/aspnet-ajax/scheduler/examples/timelineview/defaultcs.aspx
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: 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.)
Completed
Last Updated: 21 Oct 2013 15:42 by Najid Hanif
Created by: Najid Hanif
Comments: 0
Category: Scheduler
Type: Feature Request
0
As it is now I think the current export in radscheduler is pretty much unusable. It only shows the first 7 - 10 characters for each appointment. I use a combination of CSS and templates to be able to auto expand and show more information and I would like to export it as shown in the browser.
Completed
Last Updated: 27 Sep 2013 08:48 by ADMIN
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