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

Grid Scrolling doesn't work in grid inside window on iPad

0 Answers 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kashim
Top achievements
Rank 1
Kashim asked on 10 May 2012, 09:28 AM
I have a kendo Window with a grid inside the content area. When I run this example on my pc everything works fine as expected. However, when I run the same example on my iPad, the grid does not scoll.

eg

if (!window.data("kendoWindow")) {
       window.kendoWindow({
            width: "800px",
            title: "Unscrollable grid",
            content: "grid_demo.html",
            close: onClose
        });            
}

(grid_demo.html is a copy of a grid example taken from the demos link). 

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Kashim
Top achievements
Rank 1
Share this question
or