If you increase grid column headers height - the vertical border (separator line) may not stretch to the whole header row height in xp skin. This is due to the bug in grid.css and could be corrected with the following code:
.active-box-resize {
background-repeat: repeat-y;
}