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

[Solved] Hide the number-of-records combobox

1 Answer 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 21 May 2013, 12:22 PM
Hi,

I have enabled paging in radgrid. There is a combobox to select the number of records to display. My client does not want to show such an option. How do you hide this control. Got an idea. Please share.

thank you
Allen

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 May 2013, 12:37 PM
Hi Allen,

Please try the following CSS to hide the ComboBox in RadGrid Paging.

CSS:
<style type="text/css">
    .RadGrid .rgPagerLabel, .RadGrid .RadComboBox
    {
        display: none;
    }
</style>

Thanks,
Princy.

Tags
Grid
Asked by
Allen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or