<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
0
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.
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
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.
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
So how can I get this working if I am using the WebBlue skin which I customised a little?.
EnableEmbeddedSkins="false" |
So how can I get this working if I am using the WebBlue skin which I customised a little?.
0
Accepted
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.
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.