http://jsbin.com/owilaf/17#/
http://jsbin.com/owilaf/17/edit
Using a simple template like
causes the ListView to be buggier. Using a more complex one like
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)
http://jsbin.com/owilaf/17/edit
Using a simple template like
<
a
>${ProductName}</
a
>
<
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
>
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)