When you have a radgrid using UseStaticHeaders=True, the radgrid's width fills the browser. If you resize the columns using best fit, sometimes, depending on how many columns you have, an empty column shows up filling the space between your last column and the radgrids right boundary. How is this done? I am trying to achieve the same effect using columns with HeaderWidths specified. Do I just add an empty GridTemplateColumn?