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

Date Picker within <from> on IE 7 not collapsing.

1 Answer 69 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Satish
Top achievements
Rank 1
Satish asked on 07 Mar 2012, 09:55 PM
I'm trying to user html date picker within a html form it works fine in IE 8 & 9 compatibility mode but in IE 7 mode the calendar opens up but it does not close. Here is my source

<!DOCTYPE html>
<head>
    <title></title>
    <script src="../Scripts/jquery-1.7.1.min.js" type="text/javascript"></script>
    <link href="../Styles/kendo.metro.min.css" type="text/css" rel="stylesheet"/>
    <link href="../Styles/kendo.common.min.css" type="text/css" rel="stylesheet"/>
    <script src="../Scripts/kendo.all.min.js" type="text/javascript"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            $("#kendoDatePicker").kendoDatePicker();
        });
    </script>
</head>
    <body>
        <form id="someform" action="">
        <input id="kendoDatePicker" type="text" />   
        </form>
    </body>
</html>

Any idea as to what could be wrong?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 08 Mar 2012, 09:02 AM
Hi Satish,

Everything seems OK with your code and it works as expected on my side. Here is a demo of your page:

http://jsfiddle.net/dimodi/nmE2r/show/

Do you reproduce the issue on our online demos?

(Q1 2012 beta)
http://demos.kendoui.com/beta/web/datepicker/index.html

(Q3 2011 SP1)
http://demos.kendoui.com/web/datepicker/index.html


Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Date/Time Pickers
Asked by
Satish
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or