The attached image is showing you the two right most header columns of a grid.
The 'Locations' column is a GridBoundColumn, and the 'Add to my selections' is a GridTemplateColumn. All of the columns have an underline, except this last column does not have sorting enabled, so I do not want it to display the underline. I've tried overriding it, but that hasn't worked, so I've set a CssClass on the column. When I do that, this 'line' seems to come thru the column, and I can't figure out how to get rid of it.
If I remove the CssClass from the last column, the 'line' disappears, and only displays in that 'little box' on the far right (a scroll bar is underneath it).
The 'Locations' column is a GridBoundColumn, and the 'Add to my selections' is a GridTemplateColumn. All of the columns have an underline, except this last column does not have sorting enabled, so I do not want it to display the underline. I've tried overriding it, but that hasn't worked, so I've set a CssClass on the column. When I do that, this 'line' seems to come thru the column, and I can't figure out how to get rid of it.
If I remove the CssClass from the last column, the 'line' disappears, and only displays in that 'little box' on the far right (a scroll bar is underneath it).