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

make paging visible always

2 Answers 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
lina fetisova
Top achievements
Rank 1
lina fetisova asked on 14 Jan 2011, 07:43 AM
Good day!
I have got such a question: I have got  grid and I can change page size - I can set it to 10, 20 and 50.
For example: I have 47 items in the grid. When I set page size to 50 the grid's paging becomes invisible and I can not change page size any more =((
Can I make paging always visible?

Thank you
Lina

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 14 Jan 2011, 07:59 AM
Hello Lina,

You can set PagerStyle AlwaysVisible property as 'true' to achieve this.

ASPX:
<MasterTableView>
  <PagerStyle AlwaysVisible="true" />

Thanks,
Princy.
0
lina fetisova
Top achievements
Rank 1
answered on 14 Jan 2011, 10:09 AM
Princy, thank you very much!!!!!!!!!!!!!!!!!!!
Tags
Grid
Asked by
lina fetisova
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
lina fetisova
Top achievements
Rank 1
Share this question
or