All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
<script type=
"text/javascript"
>
function
pageLoad() {
if
($telerik.isMobileSafari) {
//Page Viewed in iPhone OS Mobile Safari
}
else
($telerik.isTouchDevice) {
//Page viewed in a device that supports touch capabilities such as IPAD, tablets, other smartphones.
{
//Your Code.
</script>