Declined
Last Updated: 11 Apr 2014 12:18 by ADMIN
Rodney
Created on: 09 Apr 2014 20:27
Category: Kendo UI for jQuery
Type: Feature Request
2
Add Scroll Events to the ListView
I need the ability to have a Preview or a Detail View added to the ListView. I need to know when an item is scrolled off of the top of the list view. I want to place a preview or a details view just above the list view. I need an Scroll Event to take action and populate the preview. 

Scenario: The UI will have a listview of Reports. We want to display the report titles in the list view. We want to show a preview of the report. The Author, Publish Date, a description, etc. When the user scrolls the listview, we want to update this preview or detail panel. 
1 comment
ADMIN
Telerik Admin
Posted on: 11 Apr 2014 12:18
Thank you for the proposal.

After discussing it internally, we would advise in your scenario to wire the click event (http://docs.telerik.com/kendo-ui/api/mobile/listview#events-click) to display the preview of the report, when the user taps a listview item.

Changing the preview when simply scrolling the listview without tapping items may not be accurate enough and expected. If required for your scenario, consider wrapping the listview in mobile scroller and utilizing its pull or scroll events for this purpose (http://docs.telerik.com/kendo-ui/api/mobile/scroller#events-pull).

I am closing this request.