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

show navigation bar

1 Answer 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 10 Apr 2012, 12:39 PM
Hello

I have a RadGrid and use the page size as 25. However if I have more than 25 results, but less then 50 results, and I change my page size to 50; the grid will show all results, but the navigation bar is no longer displayed.That is i can't change the page size  without reloading the page.
How to show the navigation bar always?

Thanks,
Sigma.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Apr 2012, 12:52 PM
Hi,

Try the following code snippet.

ASPX:
<PagerStyle AlwaysVisible="true" />

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