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

endlessScrolling bug JS Bin example (.719)

4 Answers 44 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Alexandru
Top achievements
Rank 1
Alexandru asked on 22 Jul 2013, 12:31 PM
http://jsbin.com/owilaf/17#/
http://jsbin.com/owilaf/17/edit

Using a simple template like
<a>${ProductName}</a>
causes the ListView to be buggier.  Using a more complex one like 
<div class="product"><img src="../../content/web/foods/#=ProductID#.jpg" alt="#=ProductName# image" class="pullImage"/><h3>#:ProductName#</h3><p>#:kendo.toString(UnitPrice, "c")#</p></div>
paradoxically will make the ListView to behave a bit better.
ScrollView is messed up, ListView the same.  I think I'll downgrade to 703 or 514 even t hough I need the ListView virtualization.  (the GetByUid undefined bug which is fixed only in 716)

4 Answers, 1 is accepted

Sort by
0
Alexandru
Top achievements
Rank 1
answered on 22 Jul 2013, 12:49 PM
null
0
Petyo
Telerik team
answered on 24 Jul 2013, 11:58 AM
Hello Alexandru,

The behavior you observe is due to page size not being enough to fill the screen (needed for virtual mode to work as expected). This behavior is explained in our documentation. Please check how a similar configuration behaves with larger page size and smaller screen size. 

Regards,

Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Alexandru
Top achievements
Rank 1
answered on 25 Jul 2013, 08:13 AM
The thing is  it behaves the same on mobile with Chrome 28. At least that's how I remember. But anyways, can't co back to 719 until ScrollView gets fixed. So I'm sticking with 703.
0
KSBA Techie
Top achievements
Rank 1
answered on 11 Aug 2013, 06:49 AM
Not working for me either even with the latest internal build.
Tags
ListView (Mobile)
Asked by
Alexandru
Top achievements
Rank 1
Answers by
Alexandru
Top achievements
Rank 1
Petyo
Telerik team
KSBA Techie
Top achievements
Rank 1
Share this question
or