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
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!