Hello,
We are experiencing strange alignment problem in one (numeric) rad grid column. Please see attached picture.
Given HorizontalAlign="Right" and AllowScroll="True", the alignment changes after PageSize rows.
How can we work around this?
<telerik:RadGrid id="RadGridTreb" runat="server" AutoGenerateColumns="False" AllowMultiRowSelection="True" AllowSorting="True" GridLines="None" Culture="ru-RU" Width="100%" EnableEmbeddedSkins="False" OnPreRender="RadGrid_PreRender" Height="300px" EnableViewState="False" OnInit="RadGridTreb_Init"> <ExportSettings FileName="PlatCalendar"> </ExportSettings> <ClientSettings AllowColumnHide="True" AllowRowHide="True" AllowColumnsReorder="True" ReorderColumnsOnClient="True"> <Selecting AllowRowSelect="True"></Selecting> <DataBinding FilterParameterType="Linq" Location="FinanceService.asmx" SelectMethod="GetRowsTableLinq" SortParameterType="Linq"> </DataBinding><Scrolling AllowScroll="True" SaveScrollPosition="True" /> <Columns> * * *<telerik:GridCalculatedColumn DataFields="CRE_AMOUNT_EFFECT" HeaderText="Сумма" DataType="System.Decimal" UniqueName="CRE_AMOUNT_EFFECT" Expression="{0}"> <HeaderStyle Width="80px" HorizontalAlign="Center" ></HeaderStyle> <ItemStyle Width="80px" HorizontalAlign="Right" ></ItemStyle > </telerik:GridCalculatedColumn> * * *
Best regards,
Maxim