Hello,
I am a using a RadGrid with headers set to be right aligned.
I've removed the sort arrows. The problem I have having is that everytime the column is sorted the header moves about 2px over to the left.
The header will shift over if the column is sorted Asc, or Desc.
However onces the sort returns to the original default order the header shifts back to be right aligned.
I want it to remain right aligned no matter what. Only the header is getting shifted over, the items remain in place.
This is a sample of my code for one of the columns.
Any help on this matter will be greatly appreciated.
Thanks!
I am a using a RadGrid with headers set to be right aligned.
I've removed the sort arrows. The problem I have having is that everytime the column is sorted the header moves about 2px over to the left.
The header will shift over if the column is sorted Asc, or Desc.
However onces the sort returns to the original default order the header shifts back to be right aligned.
I want it to remain right aligned no matter what. Only the header is getting shifted over, the items remain in place.
This is a sample of my code for one of the columns.
<
telerik:GridBoundColumn DataField="ItemQty" HeaderText="Qty"
SortExpression="ItemQty" UniqueName="ItemQty" ShowSortIcon="false"
AllowFiltering="False">
<HeaderStyle HorizontalAlign="Right" Width="40px"></HeaderStyle>
<ItemStyle HorizontalAlign="Right" Width="40px"/>
</telerik:GridBoundColumn>
Any help on this matter will be greatly appreciated.
Thanks!