Telerik radgrid horizontal scrolling ajax. NET AJAX? Start a free 30-day trial Horizontal Scrolling.

Telerik radgrid horizontal scrolling ajax Feb 8, 2011 · I am using RadGrid with static headers and frozen column for bulk update of data exactly as provided by your LiveDemo: Grid-Dataediting-ClientEditBatchUpdates. we have horizontal and vertical scrolling. Let us know if you need more information. Nov 14, 2011 · I created a simple page containing a tabstrip with two tabs, two pageviews and some content for each. 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. So can anybody please give Aug 11, 2010 · A horizontal scroll appears when the columns exceeds the maximum width. This occurs in IE. But I noticed that if I change the column width's such that the scroll bar now touches both end's of the grid, the scroll bar disappears and then does not come back. I am able to get this effect only by specifying fixed width to the RadGrid and HeaderStyle. Jun 26, 2014 · </telerik:RadGrid> When i scroll the bar from left to right, the radbutton is still visible even if the column is hidden (take a look at the printscreens in attach files). Sep 29, 2009 · This is a migrated thread and some comments may be shown as answers. Aug 30, 2011 · In order to 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 exceed the width of RadGrid. NET AJAX? Start a free 30-day trial Set the horizontal scroll position to a specific column in a RadGrid Description. When I opened the application and filled the grid with data I noticed that horizontal scroll start from the left, which is incorrect in RTL pages because every thing start from the right. Regards, Venelin Telerik New to Telerik UI for ASP. everything went wrong if we do horizontal scroll. When using frozen columns in a hierarchical grid, only the columns of the master table are frozen. This example shows how you can resize RadGrid when resizing its splitter container. All the controls have 100% width set. aspx. However, when I try to use the keyboard to scroll (using the tab key), I do not get the expected behavior. I created the radbutton in radgrid template column and then i set grid column setting is frozen 1 column. The first column of the grid contains the BtnExpand item. JPG" . It's a separate element that has events attached and moreover it doesn't scroll the table but hides columns. I too have a radgrid with around 30 columns. Note that you should have AJAX enabled for Telerik RadGrid by setting the EnableAJAX="True". Learn more about Grid for ASP. 17134 WORKAROUND: Apparently, setting the horizontal scrollbar's height to 17 pixels will make Microsoft Edge display it. Oct 7, 2009 · I am currently using scrolling feature of RadGrid (Q2 2009). c) If we change the page size in pagination, the pagination also disappears. Jul 31, 2008 · When the grid contains a large number of columns such that there is horizontal scrolling, and there are no records present, the scrolling does not scroll all the way to the right of the header. Solution. Grid / Scrolling Shinu Nov 21, 2024 · To ensure that the header of your Telerik RadGrid remains fixed while scrolling both vertically and horizontally, follow these steps: Enable Scrolling and Static Headers: Make sure that scrolling is enabled and static headers are set. 0 - Microsoft EdgeHTML 17. This online example demonstrates the capability to make RadGrid columns static when scrolling and static headers are enabled. Aug 27, 2014 · Hello Erik, Indeed the described problem with the grid scrolling on MAC can be observed. When I scroll the horizontal scroll bar, the column headers are fixed but grid contents are scrolling. any solution to fix this issue? Aug 27, 2010 · My Application requires a grid of checkboxes that scrolls both vertically and horizontally. when even am sorting on right most column in the grid it not holding the focus, its resetting to first column always. NET AJAX? Start a free 30-day trial Misaligned Columns in RadGrid with Scrolling Enabled Description. The only thing you need to consider is whether the total width of all columns is greater than the width of the grid. Nov 29, 2018 · Telerik Forums / UI for ASP. Iam generating the RadGrid programatically with dynamic columns. It should be enough if you declare big enough ScrollHeight so that all Grid entries fit in the height, see Scrolling demo . Thanks. Thanks, Dave. When I changed to "In Cell" Edit Mode, horizontal scroll doesn't work. Hi, I currently have a RadGrid with a number of columns with allow scroll set to true. When the TextMode property is "MultiLine", the text box displays its value using multiple lines. NET AJAX. Feb 15, 2013 · The first time the UpdatePanel gets loaded the radGrid can scroll horizontally as expected. b) After we scroll, the horizontal scroll itself disappears. Mar 4, 2014 · This won't work with or without keyboard navigation, because the horizontal scroll is not a real scroll of scrollable container. What I am trying to do is have a dynamically built grid - no idea how many columns or rows it will have - with a footer, but with the horizontal scrollbar below it all. This configuration keeps the header fixed while scrolling vertically. 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. As per the documentation in the demo in http Telerik UI for ASP. MyCustomScrollImage. Nov 19, 2012 · In order to set the Radgrid Scroll please set ClientSettings->Scrolling->AllowScroll="true". Aug 17, 2016 · The RadGrid is populated by a DataSet. May 3, 2013 · I have a RadGrid with horizontal scrolling. If the MasterTableView has its TableLayout set to "Auto", then you don't have to do anything in particular to make RadGrid columns expand horizontally and a scrollbar to appear. On the initial load, I wish to have the position set to the far right. All the user needs to do is enter an ID in the numeric input and click the Button. So the problem is: How do I set a fixed column width and enable horizontal scrolling with the RadGrid control. I'd like to have some padding for the pageviews, but if I add it to the pageview's cssclass, the content of the pageview overflows and a horizontal scrollbar appears. NET AJAX? Start a free 30-day trial Scroll RadGrid to Specific item. When the user clicks the bottom scrollbar in the Grid data area on either the left / right arrows or the grey space around the scroll handle, the scroll is not the expected speed, it is slow and moves little by little. Jun 25, 2008 · The example in the code library didn't make any difference. RadGrid; Arguments: scrollTop - the vertical position of the scrollscrollLeft - the horizontal position of the scrollscrollControl - the div element of the scrollisOnTop - whether the scroll is on topisOnBottom - whether the scroll is on bottom: Can be canceled: No New to Telerik UI for ASP. Feb 15, 2013 · I would like to remove the horizontal scrollbar from the RadGrid control while still leaving it scrollable. I put this style in my page but it still not work : <style type="text/css">. When i click the edit button the Edit PopUp window shows. The custom image should be set like this: ASPX <telerik:RadGrid CssClass="MyCustomScrollImage" /> CSS div. Please help. 35 version. NET AJAX and get a free trial today. You can use the horizontal scrolling feature of RadScheduler to maintain a constant column width without changing the overall size of the control. 35. Sep 27, 2016 · Hi Pavlina, I downloaded the internal build and can confirm that the fix works for the main issue. Width in pixels. This issue does not occur when forzen columns is removed. Static Headers with Horizontal Scrolling with Column auto Problem Jun 23, 2013 · Column headers won't scroll horizontally in RadGrid although following parameters are set : AllowScroll ="true" SaveScrollPosition ="true" UseStaticHeaders ="true" FrozenColumnsCount ="1" Remedy I currently have a RadGrid wired up with 42 columns. The horizontal scroll bar is jumpy, it freezes and occasionaly disappears when using it. So we are displaying a horizontal scroll bar, by setting Scrolling-AllowScroll ="true" Scrolling-UseStaticHeaders ="true" when we browe the page, everything is wroking fine. Apr 28, 2016 · I have implemented the radgrid dynamically from code behind which the number of columns may vary according to the page we open, here the problem is am not getting the horizontal scrollbar for radgrid instead am getting horizontal scrollbar in page. It will not work until we re-rerender the page, and the grid is re-rendered with the new size, coming from the server. The example below shows how you can scroll RadGrid to show a specific item first. rgDataDiv {position: relative;} </style> Is there a solution for this problem ? thanks in 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. What do I need to do to get my RadGrid to respond like the demo does? Can you provide an example code so Nov 13, 2008 · Hello Stavros, Depending on the RadGrid configuration and scenario, the requested functionality is achieved in different ways. what do i need to do to get the horizontal scroll bar to scroll results to the right. This occurs when page is postback. Telerik WebForms Grid Scrolling. Horizontal scroll is moving the column headers along with data and vertical scroll is keeping the column headers static. This issue may arise if you have the following property enabled: May 21, 2010 · Hi David, IE6 and IE7 apply column widths differently, compared to other browsers - they also add the cell padding to the set width, so the columns actually become wider than specified. The following steps describe how to accomplish this: Set one of the items in the control as selected. Basic scrolling Thanks Princy. New to Telerik UI for ASP. 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 (see image 2). I want to have only Horizontal scrollbar and the height of the grid should adjust as per the number of records, which happens when you don't have scrolling enabled. Net AJAX v 2010. The problem I have is with the very slow performance of its horizontal scrolling experience in a scenario where my grid has around 20 columns. The columns are chopped off to the right side, and the rest of the columns don't show. Nov 10, 2009 · We are trying to display a RadGrid with horizontal scroll bar as we have sevreal number of coulns to display. Refer "Screenshot2. The Rad Grid is working as expected for all browsers (IE on windows, Safari on windows, Firefox on windows) , but we are facing problems on horizontal scroll in safari on IPad. The frozen columns are assigned to the same column group. Jul 23, 2008 · Hi there, I have 2 questions: 1) I was wondering whether there is a way to place the horizontal scroll bar at the *top* of the RadGrid rather than have Horizontal Scrollbar / Height of RadGrid in UI for ASP. But in this case the width of the column doesn't auto fit to the contents. By using AJAX callbacks, the Initially, when there is no scrolling necessary, the grid renders as expected (see image 1). I have attached my aspx code for your reference. Apr 28, 2010 · Telerik Forums / UI for ASP. Scrolling. Greetings, Pavlina the Telerik team Sep 29, 2011 · The principle of scrolling in general is very simple - if the content width/height exceed the container (with overflow set to auto/scroll) width/height, then scroll bars appear. You can create multi-line RadTextBox controls by setting the TextMode property to "MultiLine". Jun 10, 2009 · Is there a way to have only Horizontal Scrollbar in a radgrid? When I enable scrolling in ClientSettings, both Horizontal and Vertical scrollbar shows up. rgHeaderDiv {background:0 0 repeat-x url(". NET AJAX . Jan 27, 2011 · Hi, Thanks for the reply. Since you are manually changing the scroll position, without saving the client state, the grid will use its saved state and will load the scroll position after the postback. When I am hiding ExpandCollapse column on ColumnCreated event all alignments and horizontal scrolling works as expected. ASPX: Mar 8, 2011 · a) When we scroll, the complete alignment of the grid gets messed up, and one Grid line remains there and shows up in the middle of all scrolling columns. Jan 12, 2009 · Hello Antony, To restrict the horizontal bar from being rendered, you need to check that the width for the MasterTableView is set to 99% if auto-generated columns are used and that the total width of the declaratively set columns is smaller than the width of the grid itself. NET AJAX to evaluate the RadGrid: 2016. Any idea to solve this? Feb 27, 2009 · - when there are not enough items in the grid to require scrolling: screenshot - when there are enough items in the grid to allow scrolling: screenshot I would like to have a vertical scrollbar on the right of this grid without having a horizontal one. Naturally, I have horizontal scrolling and column freezing enabled. This works fine in IE, but in FIrefox, the horizontal RadGrid has no horizontal scroll bar in Firefox in UI for ASP. Now if I scroll the horizontal scroll to extreme right and resize my browser window, the horizontal scroll disappears making the the initial non frozen columns inaccessible. NET AJAX This is a migrated thread and some comments may be shown as answers. Mar 27, 2015 · Per title, I am trying to enable horizontal scrolling for a Telerik RadGrid. When I added the scrolling it seems to have created the addition of a blank column. Virtual scroll bar. I'm auto generating RadGrids from the database using codesmith/nettiers and it works per Nov 7, 2012 · I am trying to achieve horizontal scroll in radgrid which has many columns in it. Sep 29, 2011 · The principle of scrolling in general is very simple - if the content width/height exceed the container (with overflow set to auto/scroll) width/height, then scroll bars appear. Feb 27, 2009 · - when there are not enough items in the grid to require scrolling: screenshot - when there are enough items in the grid to allow scrolling: screenshot I would like to have a vertical scrollbar on the right of this grid without having a horizontal one. Our developers are aware of this behavior and will improve it for one of the future versions of Telerik. The RadSplitter control exposes OnClientResized client event which can be handled to initiate an AJAX request and then all you need to do is calculate and set the new value of the PageSize property on the server. Note that the first two columns do not scroll when the horizontal scroll bar is dragged: New to Telerik UI for ASP. Grrrrrrrrr I also put this to a panel, div etc but to no avail. below is my Code in UI: < Nov 19, 2012 · Hi, To be able to show horizontal scroll for the grid you should set fixed width for the columns using HeaderStyle. Maybe it's different because of the complicated grid (column groups, footer, horizontal scrolling, vertical scrolling, static headers). When i set the width of the Radgrid and also the columns in pixels iam able to see the horizonatal scrollbar. After doing some research, I found that horizontal scroll works only when edit mode is not "In Cell". I do have an AjaxLoadingPanel for my RadGrid. I want to retain the values in the grid Feb 13, 2013 · I've got a RadGrid that I'm populating via AJAX. NET AJAX? Start a free 30-day trial Horizontal Scrolling. The overall behavior is smooth and with no flicker. Resizing RadGrid in RadSplitter. I have tried RenderMode=Auto and the resizing in Client Settings. Namely, the scroll bar does not move as I tab between cells. So in this case, the problem you describe presents a limitation. When scroll, the data moves side-to-side but the headers remain "fronzen". Here is what my . Apr 16, 2012 · I have a hierarchical Radgrid with Vertical and horizontal scrolling. Thanks, Swamy Sep 28, 2009 · Now the columns are static only for vertical scrolling, and not for horizontal scrolling, as it supposed to be. In order to set the scroll to be on the last cell execute the following JavaScript functions. I have a RadGrid with UseStaticHeaders=true. When I Apr 26, 2010 · I have had issues with horizontal scrolling for some time now. 17134. cs" Inherits = "_Default" % > Jun 19, 2012 · Horizontal Scroll bars; Vertical Scroll bars; The number of columns in the grid are dynamic. Beforehand, I used a parent div to control the width and height and then set the overflow property, which enabled horizontal scrolling. I have opened a few support ticketsthe responses aer helpful and have helped but have not resolved my on going issue. Jul 23, 2013 · In client settings I have horizontal scrolling enabled (as the grid is a set width but the data is extended) and the FrozenColumnsCount="2". RadGrid . Jan 16, 2013 · However when the radgrid is populated with data from many columns, user is unable to scroll to the right and the horizontal scroll bar is also missing. You should also make sure that the total width of the columns exceed the width of the grid. Jul 21, 2010 · I'm using the following Trial Version of Telerik UI for ASP. To enable Frozen Columns, set the ClientSettings. However the detail table width is too wide, and it go over the grid so that the user cannot see. Refer "Screenshot3. Any client side re-sizing causes the horizontal scrolling to break again Nov 19, 2009 · Hi there, I have hierarchical radGrid (2 level) and I set the Scrolling AllowScroll=True, UseStaticHeaders = True. According to DevXpress, this is impossible to do on web due to rendering in pixels. Greetings, Pavlina the Telerik team Oct 28, 2010 · Now the problem I am facing is that the horizontal scroll is not displayed when the ExpandCollapse column is visible and the grid is trying to fit all the columns within page width which causing headers and data to overlap. Jun 30, 2009 · Now if I set the Radgrid width to 100% with 2. everything works fine until i do horizontal scroll. Even if I resize the grid columns. Thanks Bryant Feb 23, 2012 · We have been trying to get the RadGrid to allow horizontal scrolling (if the width of the columns exceeds our grid width), but make the height auto adjust to the number of rows that are contained within it. If you have an initially selected item (row) in a scrollable grid, you may want to bring the focus to this item when the page first loads. Dec 13, 2021 · If you already have enabled Scrolling for RadGrid. I used to do it with this Javascript function: function dobleScroll() { &nb Mar 16, 2010 · Dear Telerik, I am having radgrid, which has the feature of StaticHeader and scrolling. Thanks, Guy. Dec 7, 2010 · I have added the code < Scrolling AllowScroll ="True" ScrollHeight ="50px" UseStaticHeaders ="true" /> but still the Horizontal scroll is not appearing. How to freeze first few columns while horizontal scrolling in radgrid New to Telerik UI for ASP. What I need is scrolling done even when child rows are expanded. I cant control the width of the grid. Jul 19, 2012 · 3) In order to display horizontal scroll for navigation, you need to make sure that the total width of the columns (either auto-generated or declaratively set) exceeds the width of the grid as demonstrated in this online demo. 2. I want vertical scroll bars and am just wondering if there is something more specific than AllowScrolling. If i move the horizontal-scroll bar those radbutton is not moving. It stay same position. Width property. I attached an image where the problem is present, there are two grids both with scrolling activated and same datasource, the only difference is that the first RadGrid has the edit and delete columns and the second RadGrid doesn't have those columns enabled. The issue that I have is the Horizontal scrollbar always appear eventhough the total width for the column is 100%. 607. in UI only few columns are coming in the grid & Horizontal scroll bar is not coming . Right now my code looks like this: New to Telerik UI for ASP. 0 Radgrid Q3 2008, radgrid will not have the horizontal scrollbar but instead the whole page will have it. 415. NET AJAX | Telerik Forums Oct 13, 2010 · I added a lot of columns to the grid so I had a horizontal scroll in the grid. Nov 3, 2010 · Windows 7 x64, VS 2008, ASP. When scrolling with the virtual scrollbar, Telerik RadGrid uses AJAX requests to change the pages, i. Mar 14, 2013 · I have a paged radGrid with SaveScrollPosition="true". UI for ASP. In some scrolling cases you can observe misaligned columns and headers, usually when using Internet Explorer. aspx page looks like: < Mar 17, 2009 · To render merely the horizontal scroll and avoid the appearance of the vertical scroll, make sure that the height of the records in the grid does not exceed the ClientSettings -> Scrolling -> ScrollHeight scroll setting. We are generating the Grid dynamically like so New to Telerik UI for ASP. I am handling the scrolling with the RadSlider control. Here i need the radgrid to take the size of page and horizontal scrolling should come for radgrid. NET AJAX? Start a free 30-day trial Multi-Line Text Boxes. Jun 8, 2009 · Without horizontal scrolling, a portion of the grid is not visible / inaccessible to the user. telerik RadGrid horizontal scroll will pass one coloumn Nov 12, 2012 · </ telerik: RadGrid > </ td > </ tr > </ table > If I changed ClientSettings-Scrolling-AllowScroll ="true" in RadGrid and <Scrolling AllowScroll ="false" UseStaticHeaders="True"></Scrolling> I got the result and there is NO whitespace in the bottom of the RadGrid BUT Horizontal scroll bar is NOT coming in my RadGrid. no Postbacks are performed. Jan 9, 2012 · But, we have found, that if we resize our browser window which causes a resize of our grid (width is set to 100%), horizontal scrolling is broken again. All the best, Pavlina the Telerik team Jun 26, 2009 · Hello Kai, The trial and dev versions of RadControls have the same functionality and behavior. This all works fine- The correct data displayed, correct widths and when I scroll right the 1st two columns remain where they are whilst the others scroll allowing me to nicely compare. However on the second refresh of the UpdatePanel, I lose the ability for the columns to scroll horizontally along with the rest of the data. NET AJAX? Start a free 30-day trial Scrolling to the Selected Item. Could you please help me in solving this problem? Best Regards. Mar 9, 2009 · Telerik Forums / UI for ASP. The first tab contains a radgrid. An alternative approach you can try is to use custom CSS to force auto height of the Table element holding the Grid rows: Aug 29, 2014 · I'm creating dynamic multi header radgrid and inside the rows used colspan as well. The following two screen shots show a grid with FrozenColumnsCount set to 2. Issue appears in Microsoft Edge Version: - Microsoft Edge 42. The point is that i had set the scroll to true for rad grid, and the vertical scroll had appeared, but the rad grid is wide enough and does't need a horizontal scroll. 826. 1. Furthermore, there is virtual scrolling option that fetches only specified range of records to be visualized on the current page. Sep 17, 2014 · The behavior that you are observing is due to the fact that RadGrid has an internal functionality for saving the scroll position and apply it after a postback occurs. net. I must not add scrolling to inner tables due to requirements : only one main horizontal scrolling with frozen columns (like Excel). FrozenColumnsCount property to a value greater than 0. Dec 17, 2013 · There are 30 grid bound columns in it. My issue is when i try to scroll up and down the controls inside the EditPop window the grid contents also scrolls as the default static header scrolling scrolls. Am not getting the Horizontal scrollbar for Radgrid . So can anybody please give If you need endless scrolling in your grid, we recommend that you use the newer Virtualization feature. A number of the columns are made up of filter templates. Horizontal Scroll Bar move a jerk in RadGrid. Here is my grid's I have got a problem with rad grid for ajax asp. In our application we have a scenario where we will generate rad grid using dynamic template. My RadGrid does not respond like this demo does when the window of the browser is resized. This way if they scroll left/right and page, the horizontal scroll position is saved which is what I want (there is a flicker/refresh where the columns jump left/right but that's another issue for later). 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). 1 Answer 160 Views I'm facing with RadButton is not follow the horizontal-scroll moving in RadGrid (Frozen Column Setting). In firebox, it works fine, both headers and contents of grid are scrolling. May 9, 2008 · Is there a property that can be set on a RadGrid to not allow horizontal scrolling or do I just have to play with the width of the grid to get rid of the scroll bar. I currently believe that there is not going to be a fix / solution possible by setting RadGrid / MasterTableView / GridColumn properties. Nov 12, 2012 · </ telerik: RadGrid > </ td > </ tr > </ table > If I changed ClientSettings-Scrolling-AllowScroll ="true" in RadGrid and <Scrolling AllowScroll ="false" UseStaticHeaders="True"></Scrolling> I got the result and there is NO whitespace in the bottom of the RadGrid BUT Horizontal scroll bar is NOT coming in my RadGrid. during the horizontal scroll the cells are collapsed and some cells are missing. ASPX < %@ Page Language = "C#" AutoEventWireup = "true" CodeFile = "Default. Jul 13, 2011 · We are using Telerik 2010. Width of the all columns is greater than the width of the grid. However, using this approach my grid stretches past the div width and along with it any uniformity. < ClientSettings > <telerik:RadGrid CssClass="rgNoScrollImage" /> Alternatively, create and apply a custom background image, adjusted to match the header row height in your specific scenario. < Oct 7, 2013 · Hi, my client needs a second horizontal scrollbar, in top of RadGrid. How do I set Telerik UI for ASP. Code: RadGrid has only a single horizontal scroll bar. Till now it works great. NET AJAX? Start a free 30-day trial Horizontal scroll speed is slow with static headers PROBLEM. Sep 13, 2018 · When Scrolling is enabled with Frozen columns in RadGrid, horizontal scrollbar not visible in Microsoft Edge. . Nov 19, 2009 · Hi there, I have hierarchical radGrid (2 level) and I set the Scrolling AllowScroll=True, UseStaticHeaders = True. My sample grid contains column groups for 4 rows, 2 frozen columns and 2 additional columns that are resizable. How to achieve this? 2) If I enter data in textbox (in RadGrid) and go to Page 2 and come back again to Page 1, the data entered in Page 1 will be lost. For some reason, the horizontal scrolling bar is not showing up. To render merely the horizontal scroll and avoid the appearance of the vertical scroll, make sure that the height of the records in the grid does not exceed the ClientSettings -> Scrolling -> ScrollHeight scroll setting. The value of FrozenColumnsCount specifies the number of columns (starting with the leftmost column) that do not scroll when the user scrolls the grid horizontally, using the horizontal scroll bar. 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. Sep 12, 2011 · The scroll bar is displaying properly in that it's grayed out showing there's nothing to scroll ( basically functioning as if the scroll mode is set to overflow: scroll vice overflow: auto), however we'd like to hide the scroll bar if there is nothing to scroll to see (overflow: auto). e. As I mentioned before, the height properties work as expected for me when the grid is tied to the Ajax Manager (the example in the code library doesn't use the Ajax Manager). You can go through the following online demo link to learn more about scrolling. By default, the scroll position on the initial load of the grid is at the beginning (leftmost column). In order to display horizontal scroll for navigation, you need to make sure that the total width of the columns (either auto-generated or declaratively set) exceeds the width of the grid. NET AJAX | Telerik Forums Oct 16, 2012 · I stil have the same problem after upgrade telerik to Q2 2013. bvqvbjvx hhgq aagzxd hnfhln dxrimnt armn zjqisga eqd bdiwe jzjgc