I am working with a RadGrid to which I have applied a custom skin. I am experiencing an issue trying to create a continuous border when an edit form template is present.
In the code above, created when the grid renders the edit template, I have access to the CSS for rgEditForm, but the div created is 2px shorter both width and height than the td. Thus, applying a border to the right results in a border that is 1px inset from the rest of the grid.
My question is, can I change the style declaration that sits on the td? If I could append something after the vertical-align declaration, it would solve my problem. Is this possible?