View Full Version : Horizontal+vertical lines within grid
A.Rothe
28 Feb 2012, 12:43 AM
How I can hide the lines between rows and cols of a grid?
Any ideas?
~Andre
A.Rothe
29 Feb 2012, 12:02 AM
The horizontal lines are defined in
gxt-all.css
.x-grid3-row {
border-color: #ededed;
border-top-color: #fff;
}
change the border-color to transparent.
dariusjb
8 Mar 2012, 1:06 AM
For lines between rows, you should do it using CSS
For lines between cols, default behaviour is not showing any lines,
unless you did grid.setColumnLines(true) (but default is false)
Regards,
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.