This is a migrated thread and some comments may be shown as answers.

Scroll Bar for Grid does not appear

5 Answers 290 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Osman Saeed
Top achievements
Rank 1
Osman Saeed asked on 24 Jan 2013, 02:43 AM
Hi,
           I have a ASP.Net page having  the RadTabStrip and RadMultiPage. Each RadPageView has only one RadGrid having width 99% and Height 100%. RadGrid are using the Skin = Office2010Silver. Now, I do have Horizontal Scroll bar when columns with are more then the space. But I do not have the Vertical Scroll bars. 
            I tried setting the Height, and also the ScrollHeight to 70 px (while height was 100%). Any suggestions, When there are more items, it does not even show all items and also the horizontal scroll bar does not show up as its at the bottom.

5 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 24 Jan 2013, 01:02 PM
Hi,

Remove Height="100%" from grid declaration and set only ScrollHeight in ClientSettings.Scrolling to 70px and vertical scroll should appear.

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Osman Saeed
Top achievements
Rank 1
answered on 24 Jan 2013, 01:55 PM
Hi,
         It still does not work. I think the Skin css is over-riding all the settings (marked Important). Any more tips ?
Regards,

Osman
0
Pavlina
Telerik team
answered on 29 Jan 2013, 02:31 PM
Hello Osman,

Can you send the problematic aspx code and the related code-behind? You can also send us a live url where the problem can be observed.

Kind regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Osman Saeed
Top achievements
Rank 1
answered on 29 Jan 2013, 04:00 PM
Hi,
          I am really busy due to deployment before Feb. What i found today is a solution (actually implemented on another page) and it works. So, I removed the Height from the Grid and Added ScrollHeight=100%. So, now the vertical bar does comes up and i can see all the items in the grid.
           The only down side is that the horizontal scroll bar is right at the bottom, so to scroll horizontally i have to first scroll all the items down. Any tips will be appreciated. Thanks,

Regards,

Osman
0
Pavlina
Telerik team
answered on 01 Feb 2013, 05:51 PM
Hi,

The code library below demonstrates how to make grid 100% height when scrolling and static headers are enabled:
http://www.telerik.com/community/code-library/aspnet-ajax/grid/setting-100-height-and-resize-on-container-resize-for-grid-with-scrolling-and-static-headers.aspx

Kind regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Osman Saeed
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Osman Saeed
Top achievements
Rank 1
Share this question
or