FIX. RadGridView - 1 px distance between the header cell and the border when using Right-to-Left
To reproduce
Switch to Right-to-Left mode.
Look at the top left corner of the grid.
Workaround
this.radGridView1.TableElement.Children[0].Margin = new Padding(-2, 0, 0, 0);