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

Fixed pager position

3 Answers 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Norseman
Top achievements
Rank 1
Norseman asked on 07 Nov 2010, 04:07 PM
I have a Grid with fixed height and I want the pager positioned (fixed) at the bottom of the grid. Now, the pager is positioned relative to the last row, not the grid.

Placing the pager at the top of the grid gives me a fixed pager position but I really want the pager as a "footer".

Any ideas?

3 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 09 Nov 2010, 05:28 PM
Hi Norseman,

You should enable scrolling with static headers. Then adjust the control's Height or ScrollHeight, according to your preferences.

http://www.telerik.com/help/aspnet-ajax/grdscrollwithstaticheaders.html

http://www.telerik.com/help/aspnet-ajax/height-vs-scrollheight.html

Sincerely yours,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Norseman
Top achievements
Rank 1
answered on 09 Nov 2010, 10:17 PM
Thanks Dimo

Just what I wanted...
0
Jonx
Top achievements
Rank 2
answered on 15 Jan 2011, 11:58 AM
Hello,
Just what I was looking for too. Just I had trouble finding the info because I was searching for DataPager.
So I add the entry just to be sure to be able to find it easier the next time ;)
Thanks,
John.

<ClientSettings>
                    <Scrolling AllowScroll="True" UseStaticHeaders="true" />
</ClientSettings>
Tags
Grid
Asked by
Norseman
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Norseman
Top achievements
Rank 1
Jonx
Top achievements
Rank 2
Share this question
or