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

[Solved] Hiding PageSize Dropdown

1 Answer 215 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ken Payson
Top achievements
Rank 1
Ken Payson asked on 22 May 2009, 08:31 PM
For the paging control on my RadGrid I would like to have next, previous and page number links but not page size dropdown.  All of the options that give page number links also seem to include a page size dropdown.  How can I get the links without the dropdown?

(Or alternatively if there was a way to gain access to the dropdown and control the set of options that might also work for me)

Thanks,
Ken

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 25 May 2009, 04:07 AM
Hi Ken Payson,

Try adding following CSS for hiding the pagesize dropdown of radgrid.

CSS:
 
<style type="text/css">     
   div.RadGrid .rgPager .rgAdvPart    
   {    
    display:none;       
   }     
</style> 

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