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

Kendo UI mobile scrollview and Dataviz chart problem.

1 Answer 70 Views
ScrollView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Yaser
Top achievements
Rank 1
Yaser asked on 18 Feb 2014, 04:09 AM
Hi Kendo team!

We are using Kendo scrollview to switch between views. On one page, there is a HTML table with table rows (tr). The scenario is, when we click on a row, It appends another table row beneath it with Kendo chart.
The problem is, If we resize the page, while the chart is still open, it disturbs the scrolling directions. It becomes free to move in any direction. 
Here is the problem video:

http://screencast.com/t/zrk8Jm3CD

Regards.

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 19 Feb 2014, 05:05 PM
Hello Yaser,

I am afraid that currently the ScrollView widget does not support vertical re-sizing. Actually the scenario which you are trying to implement suggests using different mobile Views.
As a possible workaround I can suggest you to distribute the content into different Views, hook up to the swipe event and navigate to the prev/next View when the user swipes.

The downside of this approach is that you will not have the page transition available in the ScrollView widget.

Regards,
Alexander Valchev
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
Yaser
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or