Clement Yew
Posts: 0
Joined: Tue Jun 16, 2015 8:40 am

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

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?

Clement Yew
Posts: 0
Joined: Tue Jun 16, 2015 8:40 am

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

Image

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

Clement Yew
Posts: 0
Joined: Tue Jun 16, 2015 8:40 am

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

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');

Return to “Issues”