Hi Marc,
By Default the Pager only shows when there are more items on a Page than it is defined in the PageSize property. If you would like the pager to be displayed at all times, you will need to
<telerik:RadGrid ID="RadGrid1" runat="server" AllowPaging="True" Width="800px" OnNeedDataSource="RadGrid1_NeedDataSource" AllowSorting="true" AllowFilteringByColumn="true">
<PagerStyle AlwaysVisible="true" />
</telerik:RadGrid>
See also:
Kind regards,
Attila Antal
Progress Telerik
Progress is here for your business, like always.
Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.