Under Review
Last Updated: 14 Mar 2024 14:50 by ADMIN

Hello Progress Software Corporation,

We currently have an issue with the Date Input (Calendar) KendoUI Angular component. We need to use the selection mode "multiple" when selecting a full week. When the component loads, it's possible to select a full week with no issue but once you start to play around with the infinite scroll, then another week is selected instead of the desired one. The bug can be reproduced directly in the example provided in your documentation.

https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/multiple-selection/


For example,

  1. Try to select a full week. It works.
  2. Do the same with the next week
  3. Now scroll to the next month and repeat 1 and 2
  4. Repeat 3

Repeat this process for more than 4 months and you will see the bug where the selection of the full week jumps to a completely different month.

 

Kind regards,

Rodrigo Rosenblüth 





Completed
Last Updated: 07 Mar 2024 08:25 by ADMIN
Created by: shahar
Comments: 2
Category: Calendar
Type: Feature Request
5

Please provide an opportunity to show a full week available on the Calendar component, even if the end of the week falls on the following month, e.g.:



Same goes for days from previous month, falling in the start week of the current month.

Thank you in advance.

Unplanned
Last Updated: 30 Mar 2023 08:38 by shahar
Created by: shahar
Comments: 0
Category: Calendar
Type: Feature Request
1

Introduce an event that specifies the currently visible range on scroll move, e.g. (12/03/2023 - 01/04/2023)

Unplanned
Last Updated: 13 Feb 2023 07:43 by Dimitris

Please add a calendar view that allows the quarter selection and another view that allows the semester selection like the images below

Unplanned
Last Updated: 20 Jan 2023 14:43 by Michael
Hello Kendo Support Team,

I hope this message finds you well. I want to make a feature request for the Angular Kendo Datepicker. It would be great if the datepicker could allow manual selection of the start day of the week without changing the locale ID. This feature already exists in the Kendo Datepicker of jQuery but it is not available in the Angular Kendo Datepicker. It would be great if this feature could be added to the Angular Kendo Datepicker as well. This could include options for Monday, Saturday, and Sunday, as well as the ability to select any day of the week.

Thank you for considering this request and for your continued development of the Kendo Datepicker.

Kind regards,
Michael De Gauquier
Unplanned
Last Updated: 11 Aug 2022 14:28 by ADMIN
Created by: Michael
Comments: 2
Category: Calendar
Type: Feature Request
3

Hi team,

It would be nice to have mobile support for the Selection Mode:

https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/multiple-selection/

Also, behavior for mobile users when clicking on selected date to deselect it.

Unplanned
Last Updated: 26 Jul 2022 10:33 by Kumeri
Created by: Kumeri
Comments: 0
Category: Calendar
Type: Feature Request
1

We are using the "kendo-calendar" in our application and are using IntlService.parseDate for parsing dates. This function ignores the twoDigitYearMax setting as the year 2029 is hardcoded in it. That means that any dates from 2030 and onward will be treated as 1930 and onward instead (when input using a 2-digits format mask)

Given that 2030 is soon (noticeably closer than 1930), some of our customers are already entering delivery dates for that year. 

The constant TWO_DIGIT_YEAR_MAX = 2029 in kendo-intl/src/dates/parse-date.js should be made configurable instead to avoid those problems.

Unplanned
Last Updated: 13 Jun 2022 09:19 by ADMIN
Created by: Mauro
Comments: 1
Category: Calendar
Type: Feature Request
1

Currently, for some reason - the buttons only exist around the "Today" button in the classic type Calendar.

It doesn't pass our UX requirements and actually looks odd - the buttons change month/year yet are around a value that never changes, on the side.

Can we get a template option or a built-in way to have these buttons around the title, like in Kendo jQuery classic Calendar?

The current headerTitleTemplate only allows changing the contents of that title button - and you can't put buttons inside buttons.

Unplanned
Last Updated: 31 May 2022 05:04 by Mauro
Created by: Mauro
Comments: 0
Category: Calendar
Type: Feature Request
1

HI,

I would like to be able to select a date range in the Calendar component in a way similar to the DateRange selection. Currently, the Calendar provides multiple days selection: 

https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/multiple-selection/ 

But I would like to be able to select multiple days without the need of pressing SHIFT or CTRL.

I was looking through the code and internally it has some support.

A smaller update would be to at least expose the activeRangeEnd in ViewComponent (for both classic and virtual). This is what is used by the Multi view calendar.

At least this would allow creating your own service to handle how selections behave - similar to the DateRangeSelectionDirective.

 

thanks

Unplanned
Last Updated: 14 Apr 2022 04:59 by ADMIN
Created by: Mehmet
Comments: 2
Category: Calendar
Type: Feature Request
3

Please provide a way to disable the months or years when displaying months or years in the Calendar. The disabledDates callback function could be evaluated for these views.

Thank you

Completed
Last Updated: 01 Feb 2022 07:36 by ADMIN
Created by: shahar
Comments: 2
Category: Calendar
Type: Feature Request
11
The new calendar components is great, but it's missing a significant functionality, which has been available for a long time with the jquery calendar and users love.
There are no arrows for navigating the calendar. The arrow buttons are much easier than keyboard page-up/page-down and the navigation bar. 
I realize there is very little space next to the Today button, but many users really need it.
Unplanned
Last Updated: 28 Jan 2022 07:17 by ADMIN

Hi team,

It will be a good improvement if the activeViewChange event provides the month and year that the user selected as the classic type calendar cannot use the activeViewDateChange event.

Thanks.

Completed
Last Updated: 27 Jul 2021 12:58 by ADMIN
Created by: Daniel
Comments: 2
Category: Calendar
Type: Feature Request
7
As it's a calendar, I would like to select more dates (not ranges). If I can not select several dates as I would in a normal calendar, I assume this is only a DatePicker and not a Calendar.
Declined
Last Updated: 22 Jun 2021 14:22 by ADMIN
Created by: Stacey
Comments: 1
Category: Calendar
Type: Feature Request
1
One of the use-cases we have for the calendar component is for a role-playing game, and players are able to select their character's birthdate.

Because the game we've engineered is not based on real time, it would be really nice if there were a way to just present a user with a generic calendar that isn't necessarily aimed at a specific year, and doesn't have a year in the label. The only option that would need to be specified is, for instance, whether or not to make it a "leap year".

We can presently do this by brute-forcing global styles a bit, but it's ugly and looks tacky. I would love the ability to either control the labels, or just display a generic 365 day/12 month calendar.

Though it would also be really awesome if we could just pass a JSON object into a calendar to give it new months/days, with names for the days of the week and holidays.
Completed
Last Updated: 02 Jun 2021 14:40 by ADMIN

It would be nice if Calendar Component can support same multiple selection functionality as Telerik MVC Calendar.

That includes:

  • Week Selection
  • Select with CTRL key
  • Range select with SHIFT key
Declined
Last Updated: 18 May 2021 15:30 by ADMIN
Created by: Maikel
Comments: 1
Category: Calendar
Type: Bug Report
0

When you implement the activeViewDateChange and scroll through the calendar, the event is properly triggered.

But when you navigate through the calendar using the month navigation, this event is only triggered(multiple times) when you skip at least 1 month

Sample code - Kendo event sample code: https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/#toc-events

 

Scenario:

Current month: Januari

Next month: Februari

Expectation: (activeDateChange: 1-2-2020)

Result: - / not triggered

Current month: Januari

Next month: June

Expectation: (activeDateChange: 1-6-2020)

Result: (activeDateChange - 1-5-2020), (activeDateChange - 1-6-2020) / event triggered twice


Unplanned
Last Updated: 29 Apr 2021 09:56 by ADMIN

As i know i can use the template kendoCalendarHeaderTitleTemplate to change, for example, month title. But it changes only first one header title.
I attached the image which shows my problem. (I can't apply a template to title which is marked red line)

Please add a template which can modifies other titles of month, years and etc.

Declined
Last Updated: 12 Feb 2020 16:20 by ADMIN
Created by: Ali
Comments: 1
Category: Calendar
Type: Bug Report
2

Dear Support Team,

Although I changed my locate to 'fa-IR', the kendo UI date picker did not change to Hijri or Jalali Calendar and it just translated the text of the gregorian calendar!

Is this a bug? or I should do something to use the Persian calendar?

Best regards

Unplanned
Last Updated: 24 Sep 2019 09:51 by ADMIN
Created by: shahar
Comments: 1
Category: Calendar
Type: Feature Request
6

Hi,

 

The calendar component is responding to scroll events, which is really cool and my users love it.

BUT, my users keep asking me why the scroll doesn't move in monthly intervals - Each time they scroll, they say they miss the current scope and it is hard for them to keep track of the current visible dates.

How can I set the calendar to jump in monthly intervals?

Thanks,

Shahar