Announcement
Collapse
No announcement yet.
X
-
It's in the CSS style for the grid header, so it's not something you'd need a JavaScript setting for.
If you meant you want to get rid of it just here, and not in other grids, you can use the AutoChild system to navigate through all the different AutoChildren involved and change the style used in just that one case.
-
All of our grid headers contained box shadows after the roll, and I was able to disable the other ones with setShowHeaderShadow(false). I checked our css, and we aren't setting a box-shadow property with a value anywhere (just box-shadow:none in some classes). The dev tools show the box-shadow property is applied directly to the div element in the grid header, and was not inherited from a css class. Any idea what would cause that?
Thanks
Comment
-
The showHeaderShadow feature does indeed turn on a header shadow without using a CSS style from the skin, because it couldn't quite be done correctly with just normal styling (details of the header structure in frozen and unfrozen modes - problems with overlapping shadows).
Rather than turning this off per-grid, if you want it off, just change the default setting.
Comment
Comment