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

PagerStyle next and previous image doesnt show up

7 Answers 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
akeem
Top achievements
Rank 1
akeem asked on 19 May 2009, 10:58 PM
<PagerStyle Mode="NextPrevAndNumeric" NextPageImageUrl="../../Images/Icons/addSmall.png"   PagerTextFormat="Change page: {4} | Displaying page {0} of {1}, questions {2} to {3} of {5}" > 
                </PagerStyle> 



table.PagerStyle.NextPageImageUrl = "Images/Icons/arrow_left.png"

Theses are the two method i have tried to set the image of the next and previous button of the radgrid but it always shows up as a regular button. I read on this forum to set Theming to false  but that did not work either.

What am I doing wrong? I am using a costum skin.

7 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 20 May 2009, 11:32 AM
Hello Akeem,

If you are using Q1 2009, you also need to set

    <PagerStyle NextPageImageUrl="........." PrevPageImageUrl="......."    FirstPageImageUrl="......." LastPageImageUrl="........" />


Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
akeem
Top achievements
Rank 1
answered on 20 May 2009, 01:45 PM
what do i do if I have Q1 2008?
0
akeem
Top achievements
Rank 1
answered on 21 May 2009, 07:56 PM
I there a solution for the version I have?
0
Dimo
Telerik team
answered on 22 May 2009, 07:29 AM
Hello Akeem,

There are three different "Q1 2008" versions, but judging by the information for members of your company, I suppose that you are using Q1 2008 SP1 (2008.1.515).

Please see the attached simple website, which works as expected.

All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
akeem
Top achievements
Rank 1
answered on 29 May 2009, 02:24 PM
Ok looking at that sample and tring out a few things I found that the problem is that I am using a custom skin. As i have
EnableEmbeddedSkins="false" 

So how can I get this working if I am using the WebBlue skin which I customised a little?.
0
Accepted
Dimo
Telerik team
answered on 29 May 2009, 02:34 PM
Hello Akeem,

In this case I suggest you to set ImagesPath for the RadGrid and place all images used by the control for paging, filtering, sorting, etc. in the set location. The image names must match the ones in this help article:

http://www.telerik.com/help/aspnet-ajax/grdskins.html

In newer versions, the behavior of RadGrid has been made more flexible, so you can use a custom skin without specifying ImagesPath.

Best wishes,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
akeem
Top achievements
Rank 1
answered on 29 May 2009, 02:42 PM
thank you for the quick response that worked perfectly.
Tags
Grid
Asked by
akeem
Top achievements
Rank 1
Answers by
Dimo
Telerik team
akeem
Top achievements
Rank 1
Share this question
or