Right-to-left support
You can present the content of your grid instance in a right-to-left direction by setting the RightToLeft property to Yes:
this.radGridView1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
Me.RadGridView1.RightToLeft = System.Windows.Forms.RightToLeft.Yes