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

removing next, last and previous, first in NextPrevAndNumeric

3 Answers 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Babu Puchakayala
Top achievements
Rank 1
Babu Puchakayala asked on 09 Jun 2010, 03:09 AM
Hi,

I am using NextPrevAndNumeric pager for my rad grid. I want to remove next, last and previous, first buttons. Is there any wany to do it. Actually we need dropdown list. Is there any way to remove the buttons.


Thanks
Babu 

3 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 09 Jun 2010, 05:41 AM
Hello Babu,

Just add add the following CSS in your page to achieve this.

 <style type="text/css"
    .rgPageFirst, .rgPagePrev, .rgPageNext, .rgPageLast 
        { 
            displaynone !important; 
        } 
 </style> 

Regards,
Shinu.
0
Babu Puchakayala
Top achievements
Rank 1
answered on 09 Jun 2010, 02:27 PM
Thanks Shinu.

That works great
0
Babu Puchakayala
Top achievements
Rank 1
answered on 09 Jun 2010, 02:27 PM
Thanks Shinu.

That works great
Tags
Grid
Asked by
Babu Puchakayala
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Babu Puchakayala
Top achievements
Rank 1
Share this question
or