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

display rowheader/rowzone/datazone

1 Answer 35 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Mul
Top achievements
Rank 1
Mul asked on 05 Nov 2014, 08:15 AM
hello, 

is it possible to display the rowheader/rowzone and datazone on the right side instead of the left side?

thanx

1 Answer, 1 is accepted

Sort by
0
Antonio Stoilkov
Telerik team
answered on 06 Nov 2014, 03:23 PM
Hi Mul,

We currently do not fully support RadPivotGrid RTL support. However, you could achieve your scenario by setting the RadPivotGrid Dir property to Rtl and pasting the code above in your page.
<telerik:RadPivotGrid runat="server" Dir="Rtl"></telerik:RadPivotGrid>
div.RadPivotGrid .rpgWrap {
    direction: ltr;
}
 
div.RadPivotGrid th,
div.RadPivotGrid td,
div.RadPivotGrid .rpgOuterTableWrapper td {
    text-align: right;
}

Additionally, I have contacted our dev team in order to investigate the problem and implement full RTL support for the RadPivotGrid control.

Regards,
Antonio Stoilkov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
PivotGrid
Asked by
Mul
Top achievements
Rank 1
Answers by
Antonio Stoilkov
Telerik team
Share this question
or