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

[Solved] Grid paging

1 Answer 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
satya
Top achievements
Rank 1
satya asked on 14 Aug 2009, 06:48 AM
Hi,

I have develped a popup screen for search in asp.net on .net 3.5.
In my page i set the default page size to 10, my search result retrive the 200 records and shown on grid. with pages of 20
now i click on any one of displayed page number from 1 - 20
 it showing result of that page but now i want to change my page size, and clicked on Page size: combobox. it showing some page sizes like 10,20,50 are showing  like
1
0
2
0
5
0
and horizontal and vertical scrools are comming in the pagesize combobox. in IE 7.0, but this is working fine in IE 6.0.
if any one know and answer plese let me now.


1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 14 Aug 2009, 07:28 AM
Hello satya,

Please, try including the following css style into your page:

    <telerik:RadCodeBlock ID="CodeBlock" runat="server">  
        <style type="text/css">  
            #<%= PageComboID %> _  
            DropDown .rcbScroll  
            {  
                overflow: hidden !important;  
            }  
        </style> 
    </telerik:RadCodeBlock> 

I hope this helps.

Regards,
Tsvetoslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
satya
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or