Telerik radgrid vertical scrollbar. which is not shown ! (Two screen .

Telerik radgrid vertical scrollbar But the width of the grid and column remains intact if I remove the property. GridView. But how do i get a horizontal scroll bar to work with the RadGridView. Fortunately I have found a resolution today which seems to work all the time. In Google Chrome the scrollbar is working properly. This online example demonstrates the capability to make RadGrid columns static when scrolling and static headers are enabled. Please have a look at the attached gif file for better illustration. 3, and Chrome 4. " In the very example provided by Kendo, resizing the window does not make the horizontal scrollbar appear. When the user adds new item, the page height is getting increased. It works great unless I have more than 6 rows which allows a vertical scroll bar in the grid. White space appears in its Aug 23, 2012 · I'm having an issue with the Grid when I set "scrollable {virtual: true}" when it's viewed on a Mac in either Chrome or Safari. In addition the user can use the mouse wheel to scroll vertically and Shift + Mouse Wheel to scroll horizontally. I tried setting the Height, and also the ScrollHeight to 70 px (while height was 100%). Remove the empty space above and below the vertical scrollbar. If you disable RadGrid scrolling, no scroll will be shown, part of the grid content will be hidden in case there is no space available for it, and you will be able to use only javascript for "scrolling" the control. Oct 13, 2008 · Hi, When I am trying to make the Rad grid header static by setting "UseStaticHeaders = true", the grid columns automatically shrinks to the length of data present in the particular cell and hence the total width of the grid also decreases. The issue is, i want to increase the Thickness of it. By using AJAX call-backs, the overall behavior is smooth, with no flicker. I have been plagued on more than one occasion dealing with scrollbars on the grid and in the past I gave up. When scrolling from top to bottom repeatedly using the down arrow key, the virtualization mechanism in the RadGridView needs to recalculate the vertical scrollbar position measuring the rows that come from the bottom. May 8, 2014 · Hi guy, I'm using RadGrid to binding data, How to ScrollViewer to the left of the RadGrid,default ScrollViewer on the right side. i want to set the scroll bar background color. Scrolling. But I cannot increase my Div width because of my screen size. I have added columns dynamically to the grid at runtime. Mar 19, 2010 · If I put a RadGrid with a number of records that would exceed the page height inside one of the two panes it happens that the RadGrid is correctly represented inside the pane with vertical scroll bar that is correctly contained inside the RadPane, but the page gets an additional vertical scroll bar that would scroll the page to all the height of the tablewhich is not shown ! (Two screen Is there any possible solution to display the vertical scroll bar only if the data height is greater than the Radgrid height, considering the possibility of multiple grids on a single SharePoint page? Hi, I have a Radgrid as shown below and for some reason vertical scrollbar does not appear. Jul 19, 2012 · How to have a radgrid with height according to its content but if the height exceeds 380px it has a vertical scroll bar? Jan 13, 2013 · HI, I have an aspx page in which i have added a div and inside the div i have the radgrid. They can be accessed via the TableElement. In that image i have to remove the black color. Is this possible ? what about the case, when the child records are fetched dynamically at run time, when the parent row is expanded by user click ? Sep 16, 2015 · When the grid loads, the rows in the MasterTableView aren't expanded, so no scrollbar appears. Thanks. NET grid controls — rich functionality at the expense of weight and performance. when I enable scrolling for the grid, Vertical Scrollbar appears and whatever scrollheight is set, the grid height always stays that much. UseScrollbarsInHierarchy: enable or disable the dedicated vertical scrollbars in hierarchy. Any suggestion to arrange this ? Thanks, Didier More infos : 1) I have ajaxify the RadGrid Apr 29, 2008 · Instead the grid displays the horizontal scroll width a scrolling space equals to the size of the vertical scrollbar. please suggest me nice solution or example. can any one help? Nov 21, 2024 · Virtual Scrolling: If you have a large number of rows and want to use virtual scrolling, ensure that the grid is configured to use the page scrollbar instead of the grid's scrollbar. I'm using a combobox with telerik skin for filtering in my radgrid. I have a RadGrid that has a WebUserControl for each row of the grid to allow the user to edit that row. But I do not have the Vertical Scroll bars. ascx control within the gri Jan 18, 2016 · Please refer to the attached gif file. TableElement: Hi all, I have a problem with a RadGrid (radgrid_alarms) on a page, where the data are reload every 2 second via an asp timer. Solution There are three required CSS styles to disable vertical scrolling and ensure proper cell alignment between the header, data and footer area of the Grid/TreeList: Remove the vertical scrollbar, which is visible by default. Beforehand, I used a parent div to control the width and height and then set the overflow property, which enabled horizo May 18, 2011 · It becomes very difficult for the users to scroll using the standard sized scroll bars that come up in radgrid. Apr 24, 2014 · I am not able to enable scroll bar for telerik radgrid. Unfortunately, the background image cannot expand automatically to match any header row height. Sep 15, 2025 · Learn more about the default scrolling mechanism of Telerik's WPF DataGrid and the options to additionally configure it for a better user experience. &nbsp; Using IE 7, each combobox shows vertical &amp; hortizonal scrollbars whether they a Apr 23, 2008 · Can someone please let me know how to set only the vertical scrollbar for a RadGrid. ChildrenOfType<GridViewScrollViewer> (). ; background-position: . 249. Sory my english. Nov 29, 2012 · Hi to all, I have a problem in a RadGridView with the vertical scrollbar. Can someone please advice on how to increase the scroll bar width. But couldn't solve our issue. Jun 9, 2025 · How can I navigate the virtual scrolling of the Kendo UI Grid with the Up and Down keyboard arrows? Solution In the dataBound event handler, add tabindex to the child div of the . I've attacched a DataTable to my gridview DataSource, and all works well, then I've hidden some rows, but at this point the vertical scrollbar doesn't allow me to see all the rows visible, in the sense that when I reach the bottom edge of the scrollbar, there are still a lot of row in the grid view, but I cannot see them Mar 23, 2010 · Hi Chris, This is an existing limitation in the RadGrid rendering - the background image at the top right is unable to expand together with the header row. What should I do not to render the horizontal scrollbar. The issue is caused by the recalculation of the scroll bar position. e data height is at least twice that of the visible area). VScrollBar and TableElement. In order to not have a horizontal RadGrid scrollbar, I suggest that you set the TableLayout of the MasterTableView to "Fixed", remove the MasterTableView's width and make sure that if you are setting column widths, their sum does not exceed the width of RadGrid. How to add a vertical scrollbar in the grid, so that grid height does not affect the page height. scrollbar Header background image is not displaying. But i'm unable to do this. UI. This causes a strange display problem in the top right corner of the RadGrid, above the scroll bar. The issue does not exist in silverlight, but another thing I noticed is even though you set the value of the scroll bar, the row's do not scroll until you click the scroll bar slider. Wh Events There are a vertical and a horizontal scroll bar objects for the vertical and horizontal scroll bars respectively. RadGrid are using the Skin = Office2010Silver. Remaining 5 columns are missing. Please help. Mar 23, 2012 · Some widgets containing radgrid with vertical scroll bar. But now i could not see the horizontal scroll bar also. MasterGridViewTemplate. Jan 13, 2011 · I set EnableEmbeddedSkins="false" and set my custom skin for my radgrid. Is it possible? Thank you very much for your help! - Stepan. Sep 5, 2012 · Hi, Iam trying to keep the vertical scroll bar at left side of my radgrid control. HScrollBar properties. The below 3 problems occured when the grid has scrollbar : 1. FirstOrDefault (); //Get horizontal and vertical Scrolling Support RadGridView supports scrolling out of the box. Telerik have explained that this is expected and a limitation of the control. Otherwise it jumps randomly all over my 2000 + record set uncontrollably. Nov 19, 2012 · Hello I have used radgrid . k-scrollbar-vertical container. But the problem still persists in IE7 Oct 24, 2009 · Here is the problem. Feb 9, 2012 · Hello, I have a RadSplitter with two RadPanes, the left pane contains a RadTabStrip and RadMultiPage objects, with RadGrids inside the RadPageViews. GridHeaderDiv_SkinName { background-image: . i. I figured I would share this to help anyone else having problems. The other grids have vertical scroll bars, but you can only drag their scroll bars, you can't Jun 26, 2009 · Hello Kai, The trial and dev versions of RadControls have the same functionality and behavior. In May 22, 2009 · Right now i have set one of its column width to * , If i do so then horizontal scroll bar is not set according to the width of the columns it is fixed and column gets disappear. That is not intended to happen, and causes problem for the user to visualize the data since he has to be scrolling up and down and side to side to see the content. The code I used was: var scrollViewer = this. which is desirable I now delete all the items in the radgridview. Currently the UI is as below: Jan 28, 2015 · By default, the ScrollHeight property of the grid is set to 300px, so if the height of the content is less than 300px, the vertical scroll bar will not be displayed. Set the TableLayout to Fixed. Handle the click event of the table of the Grid. Mar 16, 2010 · To show both horizontal and vertical scroll bars use the "both" enumeration like that: <telerik:RadGrid runat="server" MasterTableView-EditFormSettings-PopUpSettings-ScrollBars="Both"> Nov 25, 2010 · 1) Create a standard grid on a form, ensure the filters are enabled and there is enough data to generate a sizable vertical scroll bar (i. In that case the grid generates a separt table for the Headers and it appears that the header table does not strech to fit the entire width of the grid, while the table for the data items uses the whole width. Dec 13, 2021 · I'm trying to remove the vertical scroll bar from a radgrid. 6. However, once I add a new record that causes scrolling to occur, the grid expands horizontally, causing a horizontal scrollbar in the window, and the grid rows are no longer aligned with their headers Apr 18, 2012 · 0 By default, the RadGridView control will automatically put in scrollbars for the horizontal and vertical scrolling of it's rows if there is not enough room to display the content. NET Core and learn how to enable virtual scrolling as an alternative to paging. In this way, RadGrid can mimic a desktop application such as Microsoft Excel. Sep 29, 2010 · I have a RadGrid which has a scrollbar on it, and also a Header Text on one column which is long enough to wrap onto two lines. How to remove this. To enable static columns, set the ClientSettings. I've a simple RadGrid placed on the form that loads around 3000 rows, with no virtual scroll, no grouping, no hi-fi setting. Mar 14, 2011 · This happens because you enable scrolling for the grid control and I assume it is the one that shows a scrollbar. You can set <telerik:RadGrid CssClass="rgTwoLines" /> in order to switch the image with a higher one, which should match a two-lined header. Simple RadGrid. 1. You expect that the static headers will keep the headers static when the user scrolls vertically, but when the user scrolls horizontally, you want that the body of the grid to be scrolled together with the headers. Get started with the Telerik UI Grid component for ASP. Fixed sizes are not an option. By using AJAX callbacks, the overall behavior is smooth, with no flicker. Items in this mode are scrolled smoothly. (Attachment - IE - With No Scrollbar. AllControls package. How can I do that? Feb 2, 2010 · Whenever i try to add 'n' no of items in a radgridview. Hope that helps. NET Core Grid? Check this grid scrolling demo to see an example of horizontal and vertical scrollbars inside the Telerik Blazor DataGrid that adjust to the width and height. WinForms. Now what? Hi Mridul, Please apply the background styles for your RadGrid header cells also to: div. Il explain my problem below: Eg - i have 10 columns in the grid, and havent actually set any specific widths on them, and call radGridView1. I have a RagGrid that that has it's width set to 99% and contains quite a few resizable columns set to autofit. But in IE10 , the background color of the vertical scroll bar will be in Black color. I'm not enabling paging and don't want to show the vertical scrolling. NET MVC and learn how to configure the scrolling functionality of the component. Given below is my mark up. Does the vertical scrollbar not show up as well? An attached screenshot and / or more code surrounding your RadGrid may also help diagnose the issue. If the Grid fits horizontally, and needs to scroll vertically, the vertical scroll bar never shows, although you can still scroll using the mouse wheel. This is ok for me. 2. This is controlled by the ScrollMode enumeration property which has the following entries: Smooth This is the default value of the ScrollMode property. . Jan 26, 2018 · This is expected behavior. Again when the "AllowScroll" is true and there is not enough rows so that the Jun 16, 2023 · Hopefully I can successfully describe what I would like to accomplish. This is quite useful when you want to make part of the columns data visible at all times for the end users when having horizontal scrollbar for navigation. On Windows it works fine. Thank You! Jun 3, 2013 · After that you can reposition the scroll bars as per your convenience as far as the design allows of course. This issue is happening only in Internet Explorer. For years I have fought with the RadGrid and it's scrollbars, so let's see if the experts can finally put my struggle to rest. for. Oct 24, 2025 · How can I hide the vertical scrollbar when I do not need it in the Telerik UI for ASP. Dec 2, 2009 · The Below Aspx Code produces unwanted scrollbars horizontal and vertical with RadControls for ASP. To enable virtual scrolling for browsing large record sets, Mar 27, 2015 · Per title, I am trying to enable horizontal scrolling for a Telerik RadGrid. Virtual scroll bar When scrolling with the virtual scroll bar, RadGrid can use either standard postbacks or AJAX requests (when AJAX callbacks are enabled using RadAjaxManager, RadAjaxPanel, or MS UpdatePanel). Oct 11, 2019 · and "When all column widths are explicitly set and the cumulative column width is greater than the available Grid width, a horizontal scrollbar appears and all set column widths are respected. Radgrid width is 500 px so after added 8 column horizontal scrollbar should be appear but it is not appearing. For really huge data sets, RadGrid allows virtual scrolling. Jan 28, 2011 · Is there any way we can avoid the grid from showing horizontal scroll but only vertical scroll the code i am using is Thanks Roshin <telerik Apr 12, 2012 · Hi, I have a RadGrid with Items Drag-and-drop functionality. UseStaticHeaders property to have a fixed header when scrolling the grid. the scrollbar appears automatically. To try it out sign up for a free 30-day trial. When scrolls, the scrollbar displays tooltip saying that "Page 1 of 1". Read more about NuGet installation in the Install using NuGet Packages article. To Reproduce Controls / GridView New to Telerik UI for WinForms? Download free 30-day trial Commonly Used Properties RadGridView GridViewTemplate GridViewTableElement The following table list the properties exposed by RadGridView. Regards, Paul Telerik RadChart for WinForms is obsolete. when i am open my app in Chrome or firefox there is no prob on design. Feb 18, 2014 · I have a website that has a RadMultiPage control on the main page with 5 UserControls that wrap RadGrid's in each PageView. but in ie-10 the vertical scroll bar background color is Black. 3. It is needed because the web site is designed for use from touch-screen terminals and thin scroll bar seems to be very inconvenient for the users. RadGrid enhances the simple scrolling by supporting static headers and frozen columns - you can scroll the grid data while the header row always stays visible at the top. when I apply UseStaticHeaders on grid then grid does not dispaly on screen in full width becasue some column and scroll bar goes into out of screen (see the image1). Aug 25, 2014 · Hi All, I have used Radgrid in my application. Can anybody help me doing this. I Aug 5, 2009 · I use radgrid with scrolling but when scrolling is on the header (see the link for more info) of grid above the scroll looks different than the content header and on IE8 horizantal scroll is shown Sep 29, 2010 · I am not sure I understand you, but generally, RadGrid normally can have only one vertical and one horizontal scrollbar, which scroll the MasterTableView. This can be useful when you want to ensure that the data in one or more columns is visible at all times but still allow a horizontal scroll bar for navigation. You can detect when one of the scroll bar's value changes by handling the ValueChanged event of the respective RadScrollBarElement. How can I render the coloumns correctly even on initail page load. I have tried setting the width as given in the documentation but was unsuccessful in achieving it. Since the detail tables are inside the MasterTableView, they will move together with the master rows during scrolling. Jun 9, 2011 · Hi Telerik Team, Before posting this issue, I tried search for similar issue here and tried. Run the attached sample project. Jun 19, 2017 · To reproduce: please refer to the attached gif file. Scroll Modes RadGridView provides three built-in scrolling modes, which allow you to manipulate the type of scrolling. Hopefully this helps, Master Hello, I've encountered a puzzling issue with the RadGrid when using static headers and scrolling. The splitter is set to scroll vertically, but when a grid nested view is expanded (causing the content of the pane to be larger than its height), the pane is resized to allow scrolling but the scrollbar does not appear. 1064. When I resize a column the grid grows causing the May 21, 2010 · Hi all, I had a problem with my grid showing a horizontal scrollbar when it shouldn't. However, the columns render properly after postback. Make sure the total of the column widths is less than the grid width. For cases in which the header row height is unknown, it is recommended to remove the top-right May 12, 2014 · I have a RadGrid with many columns and it generates a vertical scrollbar. These empty spaces are in the header and footer area. Let us know if you need more Oct 8, 2009 · That being said, I don't want the grid to have a scrollbar vertically for itself AND a vertical scroll bar for the browser. After the data rows in the grid, one empty row was added at the end In a self-referencing radgridview, I wanted to completely eliminate the vertical scroll bars for the child records only when a row in the grid is expanded. BestFitColumns (); Now when i click one the columns to When scrolling is enabled and you are using static headers, you can make RadGrid columns static as well. My rad grid has 10 columns in the grid and i set AllowScroll=false in the ClientSettings. The ScrollBar is part of Telerik UI for WinForms, a professional grade UI library with 160+ components for building modern and feature-rich applications. but the scrollbar is still visible Oct 5, 2010 · On a further note about the scroll bar, this happens in WPF without the Rad Docking. Now, as soon as I place a CheckBox column, or a ClientSelectColumn or a TemplateColumn with a CheckBox, I see unnecessary Vertical ScrollBar showing up on my PAGE NOT the RADGRID. Workaround: specify the MinimumSize property of the grid and its parent container to have a greater width than the DesiredSize of the group panel. how to remove that color from scroll bar. ; background-repeat: repeat-x ; } You may need to adjust the background position a little, so that the image above the scrollbar aligns with the background of the header cells. Please Reply me soon May 18, 2011 · Dear Telerik! Please advice me on the following issue: I use RadGrid with vertical scrolling and I need to set the vertical scroll bar width different from its default value. NET AJAX Q2 2009 in IE7 Whereas works fine in IE6 Is there any solution for this. Click the button to Nov 8, 2017 · When you have a lot of columns, and a lot of rows, you have both horizontal and vertical scroll bars. However, you can only successfully scroll the first grid vertically using the mouse scroll wheel. I have attached a sample project showing how to position them on top and in front respectively. That fixed it for IE8 - 8. Nevertheless, if you need to display the vertical scroll bar despite the content of the grid, you could use the following CSS to override the overflow style of the data container: Feb 27, 2009 · But because the vertical scrollbar takes like 15 (?) pixels in width, there's not enough space anymore for my 2 columns and this results in a horizontal scrollbar showing up. If i set the column width * in rad grid view property then also same problem i am facing. Toggle the checkbox and scroll to a specific row. I would like to follow up with an additional case where the vertical scrollbar is stuck if the multiple selection starts from a pinned column. If "scrollable: true" is used instead, the scrollbars work as they should. - Documentation recommendations don't really explain how to fix the Get started with the Telerik UI Grid component for ASP. The package target framework version may vary. Nov 7, 2025 · I am using a RadGrid with four frozen columns, when I bind the grid, it shows (Chrome) an empty column on the right end, and all the data are misalign Telerik RadGrid is designed to eliminate the typical trade-off associated with ASP. Cheers, Samantha. EnableKineticScrolling: controls the kinetic scrolling function. Here is my grid: Feb 18, 2019 · When the vertical scrollbar is at the middle or at the end and if a row is clicked the scrollbar is resetting to top, although the particular row is selected and the scheduler is updated as well. This approach allows the page header to scroll away from the grid, while maintaining a single scrollbar for both vertical and horizontal scrolling. AllowScroll=true. If you use static headers when the grid's Width and Height properties are set to "100%", the Web page shows only the grid scrollbars; the browser scrollbars are hidden. Problems: - Horizontal scrollbar is present when you enable scrolling. Each RadGrid is set up almost identically to the rest, just with different data. I can in the timer event => radgrid_alarms. when i am undocking the menu of left side then grid display in full width on screen with scroll bar (see the image 2). If the Grid Hi, How to avoid only vertical scroll bar in the rad grid. With the Jan 23, 2013 · Each RadPageView has only one RadGrid having width 99% and Height 100%. Adding Telerik Assemblies Using NuGet To use RadScrollBar when working with NuGet packages, install the Telerik. In the click event handler, focus the child div of the . This discrepancy in total table Jul 9, 2010 · I have tried very hard to read the scroll bar position and reset it but it seems to only do this accurately when I am debugging. Jun 23, 2010 · I am handling the resizing of columns in my master and detail tables via JavaScript and need to know how to determine if the vertical scroll bar is visible in the grid. Aug 22, 2019 · I have a RadGrid that I added UseStaticHeaders="true" to and now the last column is partially hidden by the vertical scroll bar (as shown in attached image). Once there is not enough space for the rows or columns scrollbars will appear and the user will be able to scroll. I only need the hor Properties The following properties are useful when you need to control the scrolling functionality: EnableFastScrolling: controls the fast scrolling mode. About our issue - (Which works fine in Firefox, but not working in IE8/9) We are using Telerik RadGrid - which is displaying properly if there is NO vertical scrollbar. To restrict the horizontal bar from being rendered, verify that: · the width for the MasterTableView is set to 99% if auto-generated columns are used . 7600, FF 3. Dec 16, 2015 · In RadGrid, we can use the ClientSettings. Here with i have attached the sample for that. Sep 13, 2011 · Hi, I am trying to show vertical scrollbars on a RadGrid and on initial pageload column headers squeeze to the left and leave large empty space on right. Virtual scroll bar When scrolling with the virtual scroll bar, RadGrid can use either standard postbacks or AJAX requests (when AJAX call-backs are enabled using RadAjaxManager, RadAjaxPanel, or MS UpdatePanel). It appears that part of the radgrid header doesn't realise that it needs to resize. Rebind (); The problem is about the vertical scrollbar, is flicking at every load. 2) Start the application with the ScrollMode set to "RealTime" (or the default mode). Scrolling Getting Started with WinForms ScrollBar This tutorial will help you to quickly get started using the control. I have used ClientSettings. Is there a way, I can show only horizontal scrollbar and the height of the grid adjusts as per the number of rows in the grid? Get started with the Telerik UI Grid component for ASP. The vertical scroll bar does not initially show after data has been bound, it only becomes visible after I hover my mouse over the splitter bar of the splitter control the grid is contained in. Since I can't seem to get the grid to grow or shrink vertically with the browser (at least, in a way that doesn't look like crap), my alternative is to stretch the grid out based on the number of rows in the page. May 6, 2010 · Hi guys, Im only just starting to use Rad controls for winforms, and i know i have such a stupid question. I have set the property SaveScrollPosition to True. Nov 27, 2008 · How do i get only a vertical scrollbar in the a radgrid where paging is disabled? The problem is when i set ClientSettings-Scrolling-AllowScroll ="true" &nbs Feb 13, 2013 · Is the grid populated when the page loads or is it populated during a postback? The fact that visible=false may have something to do with the scrollbar not showing up. JPG) If a vertical scroll-bar appears, the alignment between header Mar 20, 2013 · How do I set a RadEditor that is within a RadGrid to only display vertical scroll bars and properly word wrap to the next line. Jan 31, 2011 · Additionally, note that when using RadGrid scrolling with static headers, there is some empty space above the vertical scrollbar. e. By default it is filled with a background image, which is aligned if the header row is single-lined. How to get scrollbar header background. Let us know if you need further assistance Jun 10, 2009 · I am having problem with the Vertical scrollbar. Aug 13, 2010 · However, the ValueChanged event for the horizontal/vertical scrollbars are successfully fired on my end event when I subscribe to the ValueChanged event before setting the RadGridView. Static columns are not enabled unless the grid is using static headers. Initially, when there is no scrolling necessary, the grid renders as expected (see image 1). When I click the edit button to expand the row (this opens up a . Dec 16, 2008 · Here i set vertical Scroll in RadGrid,its working fine in Chrome and firefox. I searched this forum for answers and found these three gems: Remove the width on the MasterTableView. Sep 10, 2011 · The issue occurs in IE8 with property UseStaticHeaders turned on (which is required in this case because we are using vertical scrolling in the Grid). 0. 1. This requires a fixed height of the grid. Because of this i could see only 5 columns of the grid. When the grid is displaying hierarchy data additional scrollbars may appear: Kinetic Scrolling Jan 26, 2011 · If I change my Div width to 1500 or more then grid fits inside Div so does not display this Vertical line but when div displays scrollbar and have to scroll to right, it displays a vertical line exactly from where scroll starts on right side. When the user expands the rows, the vertical scrollbar appears Feb 11, 2009 · Scrollbars My RadGrid is contained within a splitter pane. in order to get the scroll bar to show I have to hover my mouse over the splitter bar. NET Core and learn how to configure the scrolling functionality of the component. Now, I do have Horizontal Scroll bar when columns with are more then the space. When radgrid has loaded with the data, i could not see the veritical scroll bar. zxld xumuun xvismkf tdtv pjtw dsjgfh kuog tjth chwhqo npk ttsbnf fyocxmgs vmfti swte mhj