We are using Kendo UI 2nd quarter 2012 with MVC 4 2010. Using Razor, in our Index.cshtml we define a date picker control. We found that if one launches the application in a browser window that is not maximized, then before doing anything else, maximizes the browser window, the date time picker control does not display the calandar when clicked. Any help on this would be appreciated. Thanks.
4 Answers, 1 is accepted
0
Hello Lou,
the Telerik team
We are not aware of such a problem. Can you reproduce it here?
http://jsfiddle.net/dimodi/HzF2X/show/
In case you have some script logic executed on browser window resize, please make sure that it is not triggering Javascript errors.
Regards,
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Lou
Top achievements
Rank 1
answered on 10 Apr 2013, 03:24 PM
The example worked fine. We have another web application that has the date picker that does not have this issue, so I am trying to compare what is different about the one that does not work to the one that does work. The other control that does not work besides the date picker is the grid control, when the browser is re-sized, before clicking on the grid, the filter pop-ups to not work in a similar way that the date picker does not present the calendar.
0
Accepted

Lou
Top achievements
Rank 1
answered on 12 Apr 2013, 05:21 PM
We were able to track down the source of the problem. In the html, we had the date picker within a <div> that had a style
"position: relative;". Not sure why, but once that style was removed, the issue did not re-occur.
"position: relative;". Not sure why, but once that style was removed, the issue did not re-occur.
0
Hi Lou,
Dimo
the Telerik team
I am glad that you have tracked down the cause of the problem. I have updated my test page to check whether there is some issue that needs addressing, but the the DatePicker still opens fine after maximising the browser:
http://jsfiddle.net/dimodi/HzF2X/2/show/
Let me know if you find out anything that would seem like a problem on our side.
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!