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

Disable paging

1 Answer 100 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 28 Jul 2011, 09:04 PM
Hi all,

I set the PageSize="50" 
When my page size is smaller 50, the paging still appears.
Is there a way to make paging disable when it's smaller than 50 and enable when lager than 50?

Thanks.

Andy.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Jul 2011, 05:03 AM
Hello Andy,

Try setting the AlwaysVisible property of Pagerstyle to False.
aspx:
<MasterTableView>
  <PagerStyle AlwaysVisible="false" />
   . . . .  . . . .  . . . .
</MasterTableView>

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