This is a migrated thread and some comments may be shown as answers.

Unable to select date/time picker in kendo 2016 versions

3 Answers 173 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
developer
Top achievements
Rank 1
developer asked on 27 Jul 2016, 12:24 PM
I am using two date picker, on selection of first it should change date of second date picker based on min and max
the problem is until I select first picker,second date picker is displaying with disabled state and hiding date glypcon
This was working fine until the version  "kendo ui 2015 q2"
Here is the working example with kendo ui 2015 Q2 

 

after updating to kendo ui 2015 Q2 to higher versions,
I'm facing issue as specified above
here is  the example .

Please help us to fix this issues


3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 29 Jul 2016, 07:24 AM
Hello,

The problem comes from the fact that initially the value bound to the min property of the second datapicker is undefined and therefore the widget is not initialized. It worked in previous versions, but that was not intentional. Setting the min date initially solves the issue. Here is the changed example:

http://dojo.telerik.com/OJusu/18

Regards,
Kiril Nikolov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
developer
Top achievements
Rank 1
answered on 29 Jul 2016, 08:21 AM

Hello Kiril,

Thank you for the response. 

We have a big project and we choose Kendo-UI as a UI controls. The changes which was mentioned above is not that easy to adopt. We have a huge impact on this. Also, we have conditions to set the min and max date. 

The functionality which is demanding here is used in many scenarios. 

So, we expect this functionality to be a part of the Kendo-UI.

Awaiting for the positive response.

Thanks!

0
Kiril Nikolov
Telerik team
answered on 01 Aug 2016, 06:48 AM
Hi,

I have filed the following bug report, where you can keep track on the status of the issue:

https://github.com/telerik/kendo-ui-core/issues/2018

Regards,
Kiril Nikolov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Date/Time Pickers
Asked by
developer
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
developer
Top achievements
Rank 1
Share this question
or