Hello,
Something strange happens with the padding of the radGrid.
When I'm working locally (localhost) the width of my columns are equal to the specified width. That's correct. But when my project is published on my production server the effective column width is the width specified + the cell padding (about 8px). On my production server, my grid is swollen…
<HeaderStyle Width="165px" />
Localhost : the effective column width will be: 165px
Production server: the effective column width will be: 181px (Width="165px" + padding-left:8px + padding-right:8px)
Why this behavior?
Which scenario is correct?
Thank you.
