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

Simple Paging Above Grid

2 Answers 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 2
Joe asked on 04 Apr 2008, 02:20 PM
Hi,
I've got a grid with simple paging working great. Similar to these...
http://www.telerik.com/demos/aspnet/prometheus/Grid/Examples/GeneralFeatures/Paging/DefaultCS.aspx (Specifically, I'm using both numeric and Next/Previous buttons pager)

I was wondering if there is an "easy" way to include paging at the top and bottom of the grid? Right now it's just at the bottom like the examples above.

Also, I'm using VB if that matters
Thanks,
Joe

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 04 Apr 2008, 02:30 PM
Hi Joe,

You can set PagerStyle.Position="TopAndBottom" to achieve this.

All the best,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Joe
Top achievements
Rank 2
answered on 04 Apr 2008, 03:21 PM
Thanks Vlad... that was simple!

To implement in my aspx page I added the following...

<PagerStyle Position="TopAndBottom" .... />
Tags
Grid
Asked by
Joe
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Joe
Top achievements
Rank 2
Share this question
or