I have a grid with many columns and rows, enough that I get both horizontal and vertical scrollbars. I want the page header (the website logo, etc. at the top of the page) and the page footer (copyright info, etc. at the bottom of the page) to scroll out of view with a vertical scrollbar. But I want the RadGrid's header to always be visible to the user - scrolling up to the point that its at the top of the browser window then not scrolling out of view. And I want the first column to be frozen and not scroll out of view - it's an edit link column. I don't have a RadGrid footer. Because of the number of rows, I want to use virtual scrolling. And last, I want just 1 vertical scroll bar (both page and grid share the same scrollbar), not 2 vertical scrollbars (1 for the page and 1 for the grid). And the same for just 1 horizontal scrollbar.
It seems to me the only way to get the page header to scroll away with the scrolling of the grid, is to use the page scrollbars and not have grid scrollbars. But I don't know how to get virtual scrolling working with the page scrollbars. Am I on the right track? Does anyone have an example of something like this working?
Thank you for any suggestions.
Jason
It seems to me the only way to get the page header to scroll away with the scrolling of the grid, is to use the page scrollbars and not have grid scrollbars. But I don't know how to get virtual scrolling working with the page scrollbars. Am I on the right track? Does anyone have an example of something like this working?
Thank you for any suggestions.
Jason