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

Listview within template does not render to Mobile Listview

5 Answers 139 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 28 Aug 2012, 05:11 PM
Hi! 
I'm new in Kendo Mobile, but I didn't found the answer on simple from my point of view question: why listview in mobile application does not proper rendered from template? Not listview items, but the whole listview, for example:
<div data-role="view" id="foo" data-model="dataSource">
    <div data-template="t1" data-bind="source: this"></div>
</div>
 
<script id="t1" type="text/x-kendo-template">
   <ul data-auto-bind="false" id="listview" data-role="listview" >
       <li>aaa</li>
       <li>bbb</li>
    </ul>
</script>

if I place <ul> in main div, it works, suppose I do something wrong, please help

5 Answers, 1 is accepted

Sort by
0
Accepted
Petyo
Telerik team
answered on 29 Aug 2012, 10:44 AM
Hello Alex,

Thanks for contacting us. This, in fact is a glitch in our MVVM implementation - as a desktop listview widget is initialized instead of a mobile one. The problem will be addressed in our next internal build, available for download for our customers. 

I am updating your telerik points for this finding. 

All the best,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Alex
Top achievements
Rank 1
answered on 03 Sep 2012, 10:58 AM
Thanks! Is it possible to get a version with this fix? In order to make POC for my company I really need this fix.
0
Alexander Valchev
Telerik team
answered on 05 Sep 2012, 11:43 AM
Hello Alex,

As Petyo said, the latest internal builds are available only for commercial license owners, so I am afraid that I cannot provide you with a download link. If you already purchased the KendoUI Mobile suite, please log with the corresponding account and you will be able to download the latter build from your products page.

The trial users have access only to major releases such as official and service pack builds.

Regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Amitesh
Top achievements
Rank 2
answered on 07 Sep 2012, 08:45 AM
Hi Alexander,

I have just downloaded the latest internal build and it seems that the issue still can be replicated.

Could you please tell in which build it was fixed?

Thanks.
0
Alexander Valchev
Telerik team
answered on 12 Sep 2012, 07:29 AM
Hi Amitesh,

Since an official service pack release is scheduled for the end of this week, we did not uploaded the latest internal build with the fix yet.
If you cannot wait for the aforementioned release, please open a support ticket and I will provide you with the latest build.

Regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView (Mobile)
Asked by
Alex
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Alex
Top achievements
Rank 1
Alexander Valchev
Telerik team
Amitesh
Top achievements
Rank 2
Share this question
or