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

right align

3 Answers 117 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
comgiu
Top achievements
Rank 2
comgiu asked on 22 Feb 2013, 01:03 PM
hi,
how can I allign the Prices right?

thanks

3 Answers, 1 is accepted

Sort by
0
comgiu
Top achievements
Rank 2
answered on 26 Feb 2013, 11:28 AM
I've found

td.onTheRight
{
    text-align : right;
}

CellStyle-CssClass="onTheRight

but doesn't woks becouse of this

.RadPivotGrid .rpgOuterTableWrapper td{padding:3px 8px 3px 7px;text-align:left

how can I can remove it?

thanks
0
comgiu
Top achievements
Rank 2
answered on 26 Feb 2013, 11:48 AM
$("td.onTheRight").css('text-align', 'right')
0
Eyup
Telerik team
answered on 26 Feb 2013, 12:14 PM
Hi Giuliano,

I have replied to your support ticket 663357. Can you please check it out and provide the requested screenshots?

Regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
PivotGrid
Asked by
comgiu
Top achievements
Rank 2
Answers by
comgiu
Top achievements
Rank 2
Eyup
Telerik team
Share this question
or