Hi,
I am working on self referential grid. I am using Vista skin. Problem is alignment of grid columns go on toss with self referential grid.
>Manager |
> SubManager |
>reportee |
I recognised that it is due to padding in following css.
I made padding to 0px; now the alignment is as required.
>Manager |
> SubManager |
>reportee |
Problem: I am removing padding here so I thought I can allow indentation by appending spaces to the data.
Some how, even if add space for header text, it still display by trimming. Can we avoid trimming of header text?
I am working on self referential grid. I am using Vista skin. Problem is alignment of grid columns go on toss with self referential grid.
>Manager |
> SubManager |
>reportee |
I recognised that it is due to padding in following css.
.GridRow_Vista td, |
.GridAltRow_Vista td, |
.GridEditRow_Vista td, |
.GridFooter_Vista td, |
.GridGroupFooter_Vista td, |
.GridFilterRow_Vista td, |
.GridHeader_Vista, |
.ResizeHeader_Vista, |
.GroupHeader_Vista td |
{ |
padding-left:7px; |
padding-right:7px; |
} |
>Manager |
> SubManager |
>reportee |
Problem: I am removing padding here so I thought I can allow indentation by appending spaces to the data.
Some how, even if add space for header text, it still display by trimming. Can we avoid trimming of header text?