I have a grid that has 2 layers of grouping. First, I have changed the padding-left and
padding-right of the GridGroupColumn to condense the width. I am trying to find what
I need to change the padding of the text from the expand/collapse image. I do not like
the wide space between the two.
Additionally, once I changed the GridGroupColumn padding, the header and item columns
were not aligned. I do not know what is needed to fix this. Padding is changed via Css like
below.
.GridCss .rgGroupCol
{
padding-left:0 !important;
padding-right:0 !important;
}
Thanks.
padding-right of the GridGroupColumn to condense the width. I am trying to find what
I need to change the padding of the text from the expand/collapse image. I do not like
the wide space between the two.
Additionally, once I changed the GridGroupColumn padding, the header and item columns
were not aligned. I do not know what is needed to fix this. Padding is changed via Css like
below.
.GridCss .rgGroupCol
{
padding-left:0 !important;
padding-right:0 !important;
}
Thanks.
