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

Dynamic Pages on ScrollViewer

1 Answer 90 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 2
Shawn asked on 16 Apr 2013, 09:38 PM
I have a ScrollViewer where I need to change the pages on the fly.  As you navigate the app I'm changing the content of a scrollviewer in a different view (pre-loading content).  If I go from 3 pages, down to 1, and back up to 3 the ScrollViewer only shows 1 page.  I've tried the refresh() and content() methods but that doesn't seem to re-initialize the scrollviewer.  If I change the content of a scrollviewer how do I tell it to re-initialize itself? 

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 17 Apr 2013, 02:11 PM
Hello Shawn,

Are you referring to jQuery or Kendo ScrollView widget? If Kendo, make sure you use the init event handler to initialize the scrollview. Doing it in other event handler is not appropriate, as Kendo UI Mobile widgets do not support re-initialization. If the problem persists you might consider asking for help in StackOverflow or if you have commercial license for Kendo UI Mobile you can post to their forums.

Regards,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
Tags
General Discussions
Asked by
Shawn
Top achievements
Rank 2
Answers by
Steve
Telerik team
Share this question
or