Declined
Last Updated: 19 Dec 2023 12:49 by Ekaterina
Created by: Ekaterina
Comments: 4
Category: DatePicker
Type: Feature Request
0

Hi team.

We would like to provide a possibility to use our specific masks for Date Picker component, like this:

  • d.m.y = Current date
  • 1.m.y = 1st day of current month
  • 31.m.y = Last day of current month
  • etc.

Can you recommend a good solution for this?

 

Declined
Last Updated: 04 May 2023 06:25 by ADMIN
Created by: Nikola
Comments: 3
Category: DatePicker
Type: Feature Request
2
If a DatePicker input is set to not required and a user enters an incomplete date like 05/day/2018, the component does not recognize the value and the input is null. This behaviour is ok, the problem is, that no validation is triggered.
In such a case, a validation error should be thrown such as "incomplete date" or "invalid", but nothing happens. To allow the form validation of an incomplete date, such a validation is needed.
Declined
Last Updated: 11 Aug 2022 08:22 by ADMIN

We would like to use the Angular DatePicker with Fast Navigation Bar style and would like to change the height and width of the monthly view to expand to the size of the device and show multiple months.

https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/sidebar/

After communicating with support we learned this was not currently possible so we are requesting it be added as a feature.

This is going into a mobile application and we would like to use all of the screen to display a calendar control. If it helps to understand conceptually, it would be similar to the Apple Calendar, on Apple Devices, with a few differences but having the months span the entire screen.

We are looking for a calendar control to work in a mobile app written with Angular and using Cordova to deploy as a native application. Since it's a mobile app, it will need to work on a variety of different devices and we want the user experience to be the same for all.

We are implementing something similar to the Apple Calendar. It will have a weekly view at the time, implemented with an in-house control, and clicking on the Month's Name in the top left will open the monthly view which is where we were hoping to use the Telerik control.

We would like the calendar view to fit to the viewport so you do not see any of the app behind the calendar. If in Portrait view, it should be responsive in width but not display any additional data. It's height should expand to see additional weeks, or months if there's enough room.

We don't know exactly what we'll do for Landscape view yet. One thought is that it should be responsive in height but not display more than one month vertically. It should expand in width displaying additional months if the entire month can fit in the viewport. The latter scenario is open to design changes. It could also be implemented similarly to Landscape view.

Declined
Last Updated: 20 May 2022 21:16 by Adam

When i select a date in Kendo-datepicker it gives me a date which is with the local timezone.

Now if the same thing is opened in different timezone the date differs.

So i would need how do i show the same date irrespective of timezone.

Declined
Last Updated: 02 Aug 2021 09:43 by ADMIN
Created by: ian
Comments: 2
Category: DatePicker
Type: Feature Request
2
Datepicker open calendar in targeted element by template id.
Declined
Last Updated: 22 Jun 2021 14:30 by ADMIN
Created by: Adam
Comments: 1
Category: DatePicker
Type: Feature Request
2
I have only noticed this when using the Kendo UI controls in an Angular project.  On touch devices when tapping a show/hide toggle button (like the calendar button on a date picker) it causes the calendar to quickly open and close.  There seems to be an issue in angular causing the click event to fire twice.  I have more notes about the issue and a workaround using a directive to band-aid this for now, but it would be nice if the fix were integrated into a future Kendo UI build.  Please refer to ticket 1033999 for more information.

http://www.telerik.com/account/support-tickets/view-ticket?threadid=1033999
Declined
Last Updated: 22 Jun 2021 13:56 by ADMIN
Datepicker have choice for navigation bar with month instead of fullyear name for the first month

in file : "node_modules\@progress\kendo-angular-dateinputs\dist\es\calendar\services\month-view.service.js"

line 96, function "navigationTitle()" we can have a boolean to say: ' i want to display month name instead of fullYear for the first month'

i don't want to do a monkeyPath to do this ;-) thx a lot
Declined
Last Updated: 23 Oct 2019 08:22 by ADMIN

Right now, I can provide a template for the header but that includes the whole template as part of the button to go up a level.

Ideally I want to be able to add a button next to TODAY for custom date calculation

Declined
Last Updated: 05 Apr 2019 06:38 by ADMIN
Created by: Daniel
Comments: 1
Category: DatePicker
Type: Feature Request
0
Please provide us with the possibility to have a quarterly view in DatePicker. See your official example for jQuery controls.