Unplanned
Last Updated: 28 May 2024 08:07 by ADMIN

Describe the bug

The events displayed inside a Timeline view are not fully expanded to the time boundaries of the slots available in the view. Events that are 30 minutes long are displayed like something around 20 minutes in length.

To Reproduce

  1. Open this StackBlitz example
  2. Check the way the 'Website upload' event is displayed

Expected behavior
The 'Website upload' event should be displayed inside two 15 minute slots

Screenshots
image

Unplanned
Last Updated: 16 May 2024 09:11 by ADMIN

Hi Team,

How to show loading spinner for Schedular control when we changing the views (from day view to week view).

I am not able to find any props like loader or no-data-template.

Please help me on this.

 

Thanks,

Lingaraju

Unplanned
Last Updated: 09 May 2024 20:51 by ADMIN

Describe the bug
The displaying of consecutive events in different timezones is inconsistent when we have a yearly recurrence.

To Reproduce

  1. Open this StackBlitz example
  2. Set your timezone to Mexico City
  3. Refresh the page and go the Sun, 6/18 - Sat, 6/24 week view
  4. See the Program 7 and Program 8 events in the Sat, 6/24 column
  5. Set your timezone to Mainland China
  6. Refresh the page and go the Sun, 6/18 - Sat, 6/24 week view
  7. See only the Program 7 event in the Sat, 6/24 column. The Program 8 event is visible in the Sun, 6/25 column

The above is not replicable if the following configuration is removed:

recurrenceRule: 'FREQ=YEARLY',

Expected behavior
The consecutive events in the Scheduler component should be displayed consecutively in all timezones and no matter the recurrence rule defined for each of the events.

Screenshots
Mexico timezone:
image
China Mainland
image

Unplanned
Last Updated: 30 Jan 2024 14:17 by ADMIN
Currently, events in the Scheduler are not exactly placed based on the time. For example, if we have an event set for 9:51 it should start at precisely 9:51, at the moment it is moved to the previous slot 9am for hour long slots, 9:30 for 30min slots, etc similar to the JQuery version.
Unplanned
Last Updated: 16 Jan 2024 15:10 by ADMIN
Created by: Lu
Comments: 1
Category: Scheduler
Type: Feature Request
1
Currently, the empty space on the right side of the event is a constant instead of a percentage, this causes the events to appear small when the orientation of the grouping is horizontal and more than five:

https://stackblitz.com/edit/brkqne-jbvh61?file=src%2Fmain.vue
Unplanned
Last Updated: 05 Oct 2023 10:11 by eric
Created by: eric
Comments: 0
Category: Scheduler
Type: Feature Request
0

The current implementation of the Kendo UI for Vue Native Scheduler doesn't provide the 'Date Grouping' option that is available in the Kendo UI for jQuery Scheduler component.

Providing the discussed 'Date Grouping' option will make the Vue suite consistent with the jQuery one and will help the users in the migration of their projects from Wrapper to Native Scheduler.   

Unplanned
Last Updated: 20 Feb 2023 14:45 by Michael

Describe the bug

The events part of an editable Native Scheduler cannot be opened for editing when displayed on a mobile device. If you take one and the same Scheduler and load it on a computer and on a tablet, on computer, the events' editing form can be opened with a double-click but there is no way to open the same form on a tablet, for example.

To Reproduce

  1. Open this StackBlitz example in Chrome
  2. Open the DevTools and switch to mobile view
  3. From the list with pre-defined devices select "iPad Air"
  4. Try to open the editing form of a randomly selected event

Expected behavior
There should be a way to open the editing form of the Native Scheduler when using the component on a mobile device

Unplanned
Last Updated: 31 Jan 2023 13:58 by Victor

The current implementation of the Native Scheduler component doesn't reactively update the Views definitions inside the Scheduler. 

In my scenario, I want to display multiple views like "Day", "Week", "Month", etc. only when the Scheduler data is not grouped. When grouped data is displayed, I want to show only the "Day" view to the users.

To achieve the targeted functionality, with the current implementation of the Scheduler, I should use the key attribute as demonstrated in this StackBlitz example.

Unplanned
Last Updated: 30 Jan 2023 16:29 by Victor
Created by: Victor
Comments: 0
Category: Scheduler
Type: Bug Report
1

Describe the bug

The Scheduler's date property is not being updated reactively when the value of the data property passed to it is changed

To Reproduce
Steps to reproduce the behavior:

  1. Open this StackBlitz example
  2. Select a random value in the Calendar above the Scheduler
  3. The value of the schedulerDate variable is updated but the date inside the Scheduler is not changing

Expected behavior
The Scheduler's date should be updated when when the value of the schedulerDate variable is changed

Unplanned
Last Updated: 10 Jan 2023 09:36 by Szekely

Currently, the Native Scheduler doesn't provide an option to programmatically display its "Add new event" or "Edit event" form. 

In some scenarios, it will be useful to have the option to programmatically display the "new event" form or be able to load the data of specific existing event into the editing form 

Unplanned
Last Updated: 04 Jan 2023 09:05 by Szekely
Created by: Szekely
Comments: 0
Category: Scheduler
Type: Feature Request
1

Currently, the Native Scheduler component doesn't provide the option to group its date by date. 

This option is available in the Kendo UI for jQuery and it will be really nice if we have it also in the Native Vue Scheduler.

Unplanned
Last Updated: 12 Sep 2022 12:05 by Sam
Created by: Sam
Comments: 0
Category: Scheduler
Type: Feature Request
1

We've been using the Telerik UI for ASP.NET AJAX Scheduler for years.  It has this nice reminder dialog that can be checked on this link and the below screenshot. 

Can you add the Reminder functionality in the Native Scheduler component?