:: Forum >>

Remove Border in Column Header

Hello,...


Is there anyway to remove the right border on the headers columns??



And where can i change the color when i select a row??, (its windows default color scheme, but can i change it some how??)...


thanks
raf
Monday, February 21, 2005
Search through the grid.css file and find grid.png. This sets the right border image. Dump it or simply comment it out.

Changing the highlight color is pretty much the same thing... search through the grid.css file, find this style:
.active-selection-true, .active-selection-true .active-row-cell {color:#FFFFFF !important; background-color:red !important}
and change the background-color to whatever color you like.

In this case, I've changed it to red.
Monday, April 18, 2005

This topic is archived.


Back to support forum

Forum search