Using 'kendoMobileListView' with endlessScroll: true
Only the LAST page of fetched items have their 'dataItem' objects defined.
http://jsfiddle.net/jmucci/LrQau/
Run the fiddle - note console.log of dataItem when taped.
Scroll to fetch next page of items.
Note that the first page of items no longer have their dataItem(s) defined (when tapped) and only the new page of items do (as expected).
Only the LAST page of fetched items have their 'dataItem' objects defined.
http://jsfiddle.net/jmucci/LrQau/
Run the fiddle - note console.log of dataItem when taped.
Scroll to fetch next page of items.
Note that the first page of items no longer have their dataItem(s) defined (when tapped) and only the new page of items do (as expected).