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

RadGrid Auto Paging

1 Answer 122 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ricardo
Top achievements
Rank 1
Ricardo asked on 01 Aug 2011, 03:08 PM
<div>
        <telerik:RadGrid id="RadGrid1" runat="server" gridlines="None" allowpaging="True"
            allowsorting="True" autogeneratecolumns="False" width="97%"            
            enableajax="True" CellSpacing="0" DataSourceID="SqlDataSource1" 
            AllowFilteringByColumn="True" onneeddatasource="RadGrid1_NeedDataSource" 
            ShowFooter="True" Skin="Black" 
            >  
            <PagerStyle Mode="NextPrevAndNumeric"></PagerStyle>  
                 
            <ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True">
                <Selecting AllowRowSelect="True"/>
            </ClientSettings>
                 
            <MasterTableView GridLines="None" Width="100%" CommandItemSettings-ShowExportToCsvButton="true"
             CommandItemSettings-ShowAddNewRecordButton="false"
                CommandItemDisplay ="Top" DataSourceID="SqlDataSource1" >  
                 
                <Columns>  
                    <telerik:GridBoundColumn DataField="SequencialNumber" 
                        HeaderText="SequencialNumber" UniqueName="SequencialNumber" 
                        SortExpression="SequencialNumber">
.......
Hello!!

I have a problem with a RadGrid, when i change the paging to 20 or 50 rows the grid touches my page footer....How Can i avoid that??

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 04 Aug 2011, 11:16 AM
Hi Ricardo,

Can you, please, clarify? You can enable scrolling by setting RadGrid.ClientSettings.Scrolling.AllowScroll to true, so that the grid can fit it in the allowed space.

Greetings,
Pavlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Ricardo
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or