Completed
Last Updated: 18 Dec 2015 15:17 by ADMIN
ADMIN
Georgi I. Georgiev
Created on: 11 Jul 2013 08:44
Category: GridView
Type: Bug Report
1
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);
0 comments