Ok, here's a general question for everyone, including the Telerikians! :)
I have a grid, that does horizontal scrolling. It does not do vertical scrolling because since it is inside a sitefinity portal, auto resizing the height is just no fun at all. Therefore, I expand the grid depending on the number of columns per page, which gives me horizontal scrolling, and the vertical scrolling is taken care of by the browser.
Here's the problem. If I am showing 100 rows per page, the grid is rather long, and the scrollbar for horizontal scrolling is WAY down at the bottom. What I am looking for is a trick to scroll horizontally without scrolling down to use the horizontal scrollbar.
Tabbing is out, as the grid doesn't have keyboard navigation enabled, for reasons I won't go into here. Using the left and right arrow keys work, but it is woefully slow.
Anyone have any tricks up their sleeve in this regard?
Thanks,
Kuba
I have a grid, that does horizontal scrolling. It does not do vertical scrolling because since it is inside a sitefinity portal, auto resizing the height is just no fun at all. Therefore, I expand the grid depending on the number of columns per page, which gives me horizontal scrolling, and the vertical scrolling is taken care of by the browser.
Here's the problem. If I am showing 100 rows per page, the grid is rather long, and the scrollbar for horizontal scrolling is WAY down at the bottom. What I am looking for is a trick to scroll horizontally without scrolling down to use the horizontal scrollbar.
Tabbing is out, as the grid doesn't have keyboard navigation enabled, for reasons I won't go into here. Using the left and right arrow keys work, but it is woefully slow.
Anyone have any tricks up their sleeve in this regard?
Thanks,
Kuba