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

Datepicker disappear in list

1 Answer 117 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 21 Aug 2016, 01:33 PM

Hi,

in a radio button list I want show datepickers.

Unfortunally on click the datepicker disappear immediately mostly - in some rarely cases not.

Example Dojo

If I move

<label style="float: left;margin-left:20px;width:50px">von</label><input id="dpstart" style="width:100px"/><br>
<label style="float: left;margin-left:20px;width:50px">bis</label><input id="dpend" style="width:100px"/>
behind </ul> it works.

But then the radio button "Select" is not selected by activate a datepicker.

 

Peter

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantin Dikov
Telerik team
answered on 23 Aug 2016, 11:48 AM
Hello Peter,

You have broken HTML, which is causing the problem with the popups of the DatePickers. Please close your LABEL and P elements accordingly, as shown in the following modification of your example:
Hope this helps.


Regards,
Konstantin Dikov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
DatePicker
Asked by
Peter
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or