Page 1 of 1

How to enable horizontal scrolling for jquery grid if content can't fit in the width

Posted: Fri Jun 19, 2015 11:03 am
by Clement Yew

Was wondering is there a way to enable the horizontal scrollbar for jquery if the content is wider than the screen.

Vertical scrolling works automatically with the grid, but horizontal doesn't.
Any ideas?


How to enable horizontal scrolling for jquery grid if content can't fit in the width

Posted: Fri Jun 19, 2015 11:04 am
by Clement Yew

Image

*Can't scroll horizontally to view the rest of the grid.


How to enable horizontal scrolling for jquery grid if content can't fit in the width

Posted: Fri Jun 19, 2015 7:13 pm
by Serhii Kulibaba

Hello,

You need use CSS property "overflow":
https://css-tricks.com/almanac/proper...


How to enable horizontal scrolling for jquery grid if content can't fit in the width

Posted: Mon Jun 22, 2015 6:41 am
by Clement Yew

Thanks Sergiy. It worked.I did it this way, not sure if this is the most efficient way.

On page load event :
Appery("mobilecontainer").css('overflow','scroll');