3.2.0

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
February 21,
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.
April 18,

This topic is archived.

See also:


Back to support forum