i have placed one rad grid with the following settings in my app.
everything is working fine but when i hover the mouse in the footer it showing the text "Next","Previous". how to hide this in pager template.
<telerik:RadGrid ID="rgAppSearch" EnableEmbeddedSkins="false" ShowHeader="true" AllowFilteringByColumn="true" EnableLinqExpressions="true" AutoGenerateColumns="False" Skin="Default" PageSize="10" AllowSorting="True" GridLines="None" runat="server" AllowPaging="true"><PagerStyle AlwaysVisible="true" /></telerik:RadGrid >everything is working fine but when i hover the mouse in the footer it showing the text "Next","Previous". how to hide this in pager template.