I have a grid where EnableEmbeddedSkins="false" and I am using the NextPrevAndNumeric paging style. Using 2008.2 RadGrid, I get two buttons (which appear to be for next / prev) in the pager and cannot turn them off..
Here is my definition of the pager:
Here is my definition of the pager:
<
PagerStyle AlwaysVisible="true" Mode="NextPrevAndNumeric" NextPageImageUrl="~/images/pgNext.gif" NextPageText="Next" PrevPageImageUrl="~/images/pgPrev.gif" PrevPageText="Prev" />
As I indicated, the pager displays the word Prev, the page numbers and the word Next. However, there are blank buttons on either end of the pager.