To reproduce: - Bind the grid to a data source and set its RightToLeftProperty to true. Note: use Visual Studio 2008 under Windows XP with .NET 2.0 Workaround: Private Sub RadGridView1_ViewCellFormatting(ByVal sender As System.Object, ByVal e As Telerik.WinControls.UI.CellFormattingEventArgs) If RadGridView1.RightToLeft = Windows.Forms.RightToLeft.Yes Then e.CellElement.TextAlignment = ContentAlignment.MiddleLeft End If End Sub
We performed few tests with Visual Studio 2008 and Windows XP and we was not able to reproduce the issue. After further investigation of provided applications in support thread, we found that the HeaderTextAlignment property was set to BottomCenter for one of columns in Designer file.