All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
The problem you observe seems to be related to the new full-screen browser mode. We will try to address this for our next release.
You can adding the following rule to your CSS:
@media only
screen
and (height :
320px
) and (orientation :
landscape
) {
.km-ios
6
{
height
:
100%
!important
;
}