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

Grid With Scroll bar

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
PRIYA
Top achievements
Rank 1
PRIYA asked on 04 Mar 2009, 12:38 PM
I am using a Grid with Scroll bar. A space appears in the header between the header row and the Scroll bar position like the Grid given in the following link
http://www.telerik.com/help/aspnet-ajax/grdscrollwithstaticheaders.html

Is there any solution for this issue.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 07 Mar 2009, 01:11 PM
Hi Priya,

You can make a custom image, which looks like the header background and set it as a background image to the RadGrid outer <div>:

.RadGrid_SkinName
{
       background-image: url(.....);
       background-position: right top;
       background-repeat: repeat-x;
}


All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
PRIYA
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or