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

How to stop the Heading scrolling

3 Answers 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Anto (DLL Version : 2008.3.1314.35) asked on 30 Oct 2009, 10:54 AM
Hi All

Have a radgrid with 3 columns.

There are 25 records.

It woks fine.

The grid height is only 200px;

So only 2 recods can be viewed. scrolling is there.

But while scolling the header (title bar) also scrolls up.

Is there any option to stop this.

Thank You

-Anto

3 Answers, 1 is accepted

Sort by
0
Casey
Top achievements
Rank 1
answered on 30 Oct 2009, 11:40 AM
Hi Anto,

In the properties of the RadGrid you can set the UseStaticHeaders property to true.

<ClientSettings> 
            <Scrolling AllowScroll="True" UseStaticHeaders="True" /> 
</ClientSettings> 

Hope this helps,
Casey
0
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
answered on 03 Nov 2009, 06:15 AM
Hi Casey

If I do this.

The heading stops scrolling. But the width of the heading and the items differ

-Anto
0
Princy
Top achievements
Rank 2
answered on 03 Nov 2009, 07:33 AM
Hi Anto,

You can refer to the following kb article for information on aligning RadGrid cells when scrolling is enabled:
How to align RadGrid cells when using Scrolling

Thanks
Princy.
Tags
Grid
Asked by
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Answers by
Casey
Top achievements
Rank 1
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Princy
Top achievements
Rank 2
Share this question
or