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

RTL Pager

3 Answers 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Roy
Top achievements
Rank 1
Roy asked on 27 May 2009, 12:07 PM
Hello all,

i'm encountering the following problem when i try to use the grid pager in RTL:

the pager buttons are screwed up... i've noticed it in the demo site as well...
the functionality is correct, but the images are reversed...

i've tried to see if i can change them myself, but i couldn't figure out where they are set...

any help?

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 27 May 2009, 12:22 PM
Hello Roy,

The images are not reversed but the image positions are reversed as expected when setting the right-to-left direction. A suggestion would be to set the ImageUrls manyually as shown below, if the default presentation is not satisfactory:
aspx:
 <telerik:RadGrid ID="RadGrid1" AllowPaging="true" PageSize="5" DataSourceID="SqlDataSource1" AutoGenerateColumns="true" runat="server">     
       <PagerStyle Mode="NextPrev" NextPageImageUrl="Images/Image3.gif" PrevPageImageUrl="Images/Image2.gif" FirstPageImageUrl="Images/Image1.gif" LastPageImageUrl="Images/Image4.gif" />          
         

Thanks
Princy.
0
Roy
Top achievements
Rank 1
answered on 27 May 2009, 12:42 PM
i tried to do so, but since i'm using the black skin, i couldn't find the images in question...
any toher solution?
0
Accepted
Dimo
Telerik team
answered on 28 May 2009, 09:26 AM
Hello Roy,

The image names in the Princy's post are actually fake - you should use your own custom images or the RadGrid non-embedded skin images, which are located in the Skins\Black\Grid subfolder inside your RadControls installation folder.

The embedded images will appear correctly in the next official version of RadGrid.

Greetings,
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.
Tags
Grid
Asked by
Roy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Roy
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or