Declined
Last Updated: 20 Jan 2022 12:17 by ADMIN
when the user edits a recurring appointment , a pop comes which ask the user to either edit a occurrence or series of that appointment. The content inside the appointment editor is based on which option is  selected. Since the user can press (x) of occurrence or series popup. The event for cancel is becomes a necessity.Kindly provide cancel event of that popup. 
Declined
Last Updated: 15 Nov 2022 12:38 by ADMIN
Created by: Mych
Comments: 1
Category: Scheduler
Type: Feature Request
1
Your recent feature to allow the start and end times to be altered in a timeline view so that you can configure an overnight view is very useful. Could the same facility be provided for the Day, Week and WorkWeek views.
Declined
Last Updated: 28 Oct 2021 10:54 by ADMIN
Currently you have to map every required property manually. Like this:

                model.Field("start", typeof(DateTime)).From("Start");
                model.Field("end", typeof(DateTime)).From("End");
                model.Field("title", typeof(string)).From("Title");
                model.Field("description", typeof(string)).From("Description");
                model.Field("recurrenceID", typeof(int)).From("RecurrenceID");
                model.Field("recurrenceRule", typeof(string)).From("RecurrenceRule");
                model.Field("recurrenceException", typeof(string)).From("RecurrenceException");
                model.Field("isAllDay", typeof(bool)).From("IsAllDay");
                model.Field("startTimezone", typeof(string)).From("StartTimezone");
model.Field("endTimezone", typeof(string)).From("EndTimezone");

It would be nice to be able to use the short form:

model.Field("Start");
...

The problem is not the "huge" amount of typing. What did cost me time was finding out that the SignalR version isn't working like the others.
Declined
Last Updated: 21 Jun 2021 09:58 by ADMIN
Created by: Howard
Comments: 1
Category: Scheduler
Type: Feature Request
0
Prevent the page from scrolling the Scheduler into view if the widget is focused through keyboard navigation or selection.
Declined
Last Updated: 05 Jun 2019 08:58 by ADMIN

Dear Telerik team.

Currently you use hard coded formats to display dates and times.

majorTimeHeaderTemplate: '<span class=\'k-time-text\'>#=kendo.toString(date, \'h:mm\')#</span> ' + '<span class=\'k-time-period\'>#=kendo.toString(date, \'tt\')#</span>'

It would be nice if you would respect the culture settings and at least I would not have to change the templates every time I use a scheduler.

I didn't check all your widgets, but I guess the scheduler is not the only one ignoring the culture settings.

Please make use of the current culture settings/patterns

Thanks in advance

Bernd

Declined
Last Updated: 19 Jan 2023 13:11 by ADMIN

Bug report

When the Scheduler is grouped, selecting a cell from the last row does not mark it as selected in IE 11 in TimelineView.

Reproduction of the problem

You will notice that the same cell in the previous row is marked as selected.

Current behavior

Selection does not mark the correct cell as selected in TimeLine View with grouping.

Expected/desired behavior

Selection should mark the correct cell as selected in TimeLine View with grouping.

Environment

  • Kendo UI version: 2019.2.516
  • Browser: [all]
Declined
Last Updated: 13 Oct 2020 10:24 by ADMIN
Created by: Pallavi
Comments: 3
Category: Scheduler
Type: Feature Request
0

Hello

   I  wanted achieve some Changes in Agenda view of scheduler  Is it Possible

1. Want to drag and drop the event of Agenda page Up and Down

2. Calculate the total time of Event

3. After drag and drop the Event up and down the starting and Ending time of Event Change According to Total time

I am new in kendo UI so I don`t have any idea Is it possible to reflect this changes in Agenda page

attached SS please look forward It.

Thank You


1 2