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.
System.Drawing.Bitmap image = RadChart1.GetBitmap() as System.Drawing.Bitmap; image.SetResolution(300, 300); image.Save(@"C:\myimage.png");<script> function hideSearchFields(){ $("#searchDiv").slideUp('medium');}</script> <telerik:RadAjaxManager ID="radAjaxManager" runat="server"> <%--<ClientEvents OnResponseEnd="RadAjaxManagerResponseEnd" />--%> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="SearchLinkButton"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="ResultsRadGrid" LoadingPanelID="RadAjaxLoadingPanel1" /> </UpdatedControls> </AjaxSettings> </telerik:RadAjaxManager> </telerik:AjaxSetting><div id="searchDiv"> labels textboxes drop downs etc.... <asp:linkbutton id="SearchLinkButton" runat="server" OnClientClick="hideSearchFields();" OnClick="search" /></div><div> <telerik:radgrid id="ResultsRadGrid runat="server"> my grid </telerik:radgrid></div><div> a bunch more html</div> <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Simple"> </telerik:RadAjaxLoadingPanel>