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

Change Page arrows

1 Answer 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Balamurali Venkatesan
Top achievements
Rank 1
Balamurali Venkatesan asked on 07 Nov 2008, 03:30 PM
HI,

In the RADGrid we are using pagin option with mode as

NextPrevNumericAndAdvanced



Our customers actually want to have all records displayed in one page as one option.so we set the Page size to total number of records so that alll products display on a single page..

But still on the left side the it shows the Chane Pgae option with left and right arrows which are actually meaningless in this situation as there are no pages to move left or right..
is there a way we can remove the arrows in this case

Thanks
Bala

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 07 Nov 2008, 04:30 PM
Hello Balamurali,

You may try the following approach:
<style type="text/css"
    .RadGrid_yourSkinName .rgPagePrev, .RadGrid_yourSkinName .rgPageNext 
    { 
        visibilityhidden
    } 
</style> 

Kind regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Balamurali Venkatesan
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or