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

scroll splitter on iPad

1 Answer 45 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Atiyeh
Top achievements
Rank 1
Atiyeh asked on 30 Jul 2013, 08:55 AM
Hi ,
I developed a single page application using kendo splitter for the whole page layout (one horizontal splitter on the top and two vertical on the middle).
I have a kendoGrid inside one of my splitter too (since maybe its related to Grid ,however I disabled scroll for grid   scrollable: false). Although I get the scroll for my whole page and also inside splitters on PC , I don't get them on iPad.
I read most of the threads about scroll in iPad and I included all these files too but no success. (I managed to get scroll on android chrome browser but its too slower than normal pages)

                .Include("~/scripts/kendoui/kendo.web.min.js")
                .Include("~/scripts/kendoui/kendo.mobile.min.js")
                 .Include("~/scripts/kendoui/kendo.mobile.core.min.js")
                .Include("~/scripts/kendoui/kendo.mobile.scroller.min.js")


I would appreciate any help on this issue,
Regards,
Atiyeh

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Jul 2013, 12:27 PM
Hello Atiyeh,

The mentioned combination of registered Kendo UI script files is invalid:

http://docs.kendoui.com/getting-started/javascript-dependencies

Other than that, I don't obseve any problems with Grid or Splitter scrolling on iPad.

http://demos.kendoui.com/web/splitter/api.html
(the middle pane is scrollable)

http://demos.kendoui.com/web/grid/remote-data.html
(the Grid is vertically scrollable)

If the problem persists, please provide a runnable demo for further inspection.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Splitter
Asked by
Atiyeh
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or