JQuery panning gridview?

Soldato
Joined
25 Mar 2004
Posts
15,905
Location
Fareham
Bear wit me here...

I have a div with overflow mode set to 'auto'. Within this div I have a GridView, the GridView contains lots of data, and though I do my best to fit everything into the width of the page, it doesn't always go.

With the current setup, users get a scroll bar if the GridView goes over the width of the page. Has anyone seen a JQuery plugin or similar that would instead let users pan across the content of the GridView without using a scroll bar?

Kind of like a hold mouse to move the window across style panning mechanism?

At this point changing the markup significantly to use another viewing mechanism is not really an option. I'm stuck with the GridView for now, so it would need to be something that could either work against a Table object, or a div object, JQuery is my preference.
 
Back
Top Bottom