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

when i use thee css Back button is not working

1 Answer 29 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Radhika
Top achievements
Rank 1
Radhika asked on 03 Aug 2013, 10:39 AM
hi

 I am working on mobile application.In this application i have used below css for Date control.Date calendar is working fine but back button is not working.where both the functionality should work fine
Below is the code:

<head>
<link href="http://cdn.kendostatic.com/2013.1.514/styles/kendo.common.min.css" rel="stylesheet" />
<link href="http://cdn.kendostatic.com/2013.1.514/styles/kendo.default.min.css" rel="stylesheet" />
<link href="http://cdn.kendostatic.com/2013.1.514/styles/kendo.dataviz.min.css" rel="stylesheet" />
<link href="http://cdn.kendostatic.com/2013.1.514/styles/kendo.mobile.all.min.css" rel="stylesheet" />

<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://cdn.kendostatic.com/2013.1.514/js/kendo.all.min.js"></script>
</head>
<header data-role="header">
<a data-align="right" href="#vwCustomersList"   data-role="button" class="back-btn" id="btnBackEditWO" >Back</a>
</header>

//jQuery for calendar
function StartDtpickerWorkOrder(e){
     $("#txtStartDtWorkOrder").kendoDatePicker();
     $("#txtEndDtWorkOrder").kendoDatePicker();
    $("#txtStarttimeWorkOrder").kendoTimePicker();
     $("#txtEndTimeWorkOrder").kendoTimePicker();
}

please suggest me to over come the above problem.

Thanks in advance


1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 06 Aug 2013, 03:36 PM
Hi Radhika,

We do not see anything wrong with the css you provided and in fact this same css is added whenever you add Kendo UI library to a jsbin project for example. Can you provide us with a working jsbin sample that exhibits this problem?

Regards,
Steve
Telerik

Do you enjoy Icenium? Vote for it as your favorite new product here (use short code H048S).
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
AppBuilder Windows client
Asked by
Radhika
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or