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

Adding paging into Footer of grid?

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shane P
Top achievements
Rank 1
Shane P asked on 04 Oct 2008, 04:37 AM
Hi there,
Is it possible to add paging into the footer of a grid? The reason I ask is I have created a UI where I have my add and editing buttons sitting inside the CommandItemTemplate. I am wanting the paging to sit ontop of my CommandItemTemplate not below.

Currently if I add Paging="true" this displays below my CommandItemTemplate which is not my desired result.

Has anyone done this before or do I need to build some custom paging function?

Thanks
Shane

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 Oct 2008, 04:22 AM
Hi Shane,

One suggestion will be to set the CommandItemDisplay at the top and Pager item at the bottom of the Grid. So the pager will come on the footer of the  Grid and CommandItem on the top of the Grid.

ASPX:
<MasterTableView  Name="Master" CommandItemDisplay="Top"  DataSourceID="SqlDataSource1"
                 <PagerStyle  Position="Bottom" /> 


Thanks
Shinu.
Tags
Grid
Asked by
Shane P
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or