HI
I'm new to the ASP.NET Web RadControls. I am taking over a project that uses them and trying to address some bug issues. What I am seeing are pages that behave differently.
In one case, what I'm seeing is a page where the grid extends past the bottom of the page and a vertical scroll bar on the right side. If I scroll the vertical scroll bar to the bottom, I still cannot see the bottom of the grid unless I enlarge the Browser frame past the height of the grid. The RadGrid appears to snap to the status bar of the IE 9 Browser.
In another case, the RadGrid must have paging enabled, but what I see are the grid rows also extending past the bottom of the browser screen with a vertical scroll bar. I can scroll the view to the bottom of the grid where the paging controls come partially into view. If I refresh the page or enlarge the browser height, I can see the entire paging row.
I would like the RadGrid to snap to the browser window and present the paging controls at the bottom. It makes no sense to me to have a grid with paging controls AND a vertical scroll bar on the side to scroll down to the paging controls.
How to I do that?
Thanks.