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

Listview with filtering

4 Answers 47 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
emidio rana
Top achievements
Rank 1
emidio rana asked on 04 Apr 2013, 05:39 PM
If I copy the HTML in this link:
http://demos.kendoui.com/mobile/listview/filtering.html#/
with the header attached, I don't see a textbox for a searchable text.
Let me know how to solve the problem.

<head>
    <title></title>
  <script src="cordova.js"></script>
        <script src="kendo/js/jquery.min.js"></script>
        <script src="kendo/js/kendo.mobile.min.js"></script>
              <link href="kendo/styles/kendo.mobile.all.min.css" rel="stylesheet" />
    
       
    <style scoped>
    .tweet {
        font-size: .8em;
        line-height: 1.4em;
    }
    .pullImage {
        width: 64px;
        height: 64px;
        border-radius: 3px;
        float: left;
        margin-right: 10px;
    }
    .sublink {
        font-size: .9em;
        font-weight: normal;
        display: inline-block;
        padding: 3px 3px 0 0;
        text-decoration: none;
        opacity: .8;
    }
</style>

4 Answers, 1 is accepted

Sort by
0
emidio rana
Top achievements
Rank 1
answered on 04 Apr 2013, 05:42 PM
Moreover if I wrote this code between body tag the icenium raise an error.
So I wrote this in the header tag.

<style scoped>
.tweet {
font-size: .8em;
line-height: 1.4em;
}
.pullImage {
width: 64px;
height: 64px;
border-radius: 3px;
float: left;
margin-right: 10px;
}
.sublink {
font-size: .9em;
font-weight: normal;
display: inline-block;
padding: 3px 3px 0 0;
text-decoration: none;
opacity: .8;
}
</style>
moreover
0
Steve
Telerik team
answered on 08 Apr 2013, 08:55 AM
Hello Emidio,

The integrated search feature for the listview was added in the latest official Kendo UI release (2013.1.319). However Icenium currently uses v.2012.3.1315 and you should manually upgrade to their latest version in order to use it. Basically you need to download their latest release from the kendoui site and replace the .js and .css files in the Icenium Kendo project template.

Greetings,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
0
emidio rana
Top achievements
Rank 1
answered on 08 Apr 2013, 09:39 AM
Steve would be great if in the future versions Graphite it did automatically.
Thanks
0
Steve
Telerik team
answered on 08 Apr 2013, 10:38 AM
Hi Emidio,

Using the latest version of Kendo UI is expected behavior and we would do so for subsequent versions.

Kind regards,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
Tags
Report a bug
Asked by
emidio rana
Top achievements
Rank 1
Answers by
emidio rana
Top achievements
Rank 1
Steve
Telerik team
Share this question
or