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

Grid Paging

3 Answers 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brian Limkemann
Top achievements
Rank 2
Brian Limkemann asked on 12 Aug 2008, 07:15 PM
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: 

<

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.

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 13 Aug 2008, 02:34 PM
Hi Brian,

Apart from EnableEmbeddedSkins="False", you also need to set ImagesPath, in order to make RadGrid switch from SpriteButtons mode to ImageButtons mode.

Regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Brian Limkemann
Top achievements
Rank 2
answered on 13 Aug 2008, 06:56 PM
I set the ImagesPath property and I still see the buttons in the pager. They appear as push buttons with no text.
0
Dimo
Telerik team
answered on 18 Aug 2008, 12:44 PM
Hi Brian,

Your scenario is working on my PC with RadControls for ASP.NET AJAX 2008.2 723.

If the problem still persists, please send us your RadGrid declaration or a sample project, so that we can see what else is missing.


Best wishes,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Brian Limkemann
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Brian Limkemann
Top achievements
Rank 2
Share this question
or