<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">
.......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??