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

Adaptive usage add pager

1 Answer 37 Views
ScrollView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Nicholas
Top achievements
Rank 1
Nicholas asked on 29 Apr 2015, 07:49 PM
I am using the adaptive usage example in the scroll view.  But I want to add the little pager at the bottom to indicate what page the scroll view is on.  Anyone have a dojo / fiddle example on how to add that?

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 04 May 2015, 06:59 AM
Hello Nicholas,

You can set the "enablePager" option to "true" (which is the default value for this option):

$("#scrollview").kendoMobileScrollView({
  dataSource: _500pxDS,
  contentHeight: "440px",
  //pager is enabled by default: 
  //enablePager: false,
  template: kendo.template($("#template").html())
});

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ScrollView (Mobile)
Asked by
Nicholas
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or