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

Horizontal Scroll in KendoUI Mobile

1 Answer 88 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Relez
Top achievements
Rank 1
Relez asked on 21 Feb 2013, 03:55 PM
Hello, I am using a KendoUI Grid in a KendoUI Mobile application and the pagination line makes a <br /> due to the width of the application and the width of the grid. I would like to use a horizontal scroll  to fix this problem.

Here I attached an image to see the problem.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Alexander Valchev
Telerik team
answered on 25 Feb 2013, 01:37 PM
Hi Relvis,

Thank you for getting in touch with us.

I will not recommend to make the pager scrollable as it might be inconvenient for the user. Instead I suggest you to change the pager configuration - hide the numeric links, remove the information bar, add input which will allow the user to navigate to a specific page directly.
pageable: {
    numeric: false,
    input: true,
    info: false
}

You can test the result here: http://jsbin.com/arejiy/2/edit
Depending on your requirements you may configure a different pager settings. The available options are documented here.

I hope this solution will fit in your scenario.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Relez
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or