Announcements
In earlier versions of SL 2015 WebApps, all the grids (in all pages) had borders around the column headers and fields:
At some point, later builds seem to lose this feature:
Is there a way to restore the grids with borders in the later releases? Or, am I missing a setting somewhere?
*This post is locked for comments
Thanks, it was the clearing of cache that I was missing. Looks like the DSLGridCell border width needs to be slightly wider than the DSLGridColumn width in order to get the cells to align with the header borders, otherwise there are offsets.
Editing Grid.css should do it. Try adding !important after the color. {border: 1px solid black !important}
Try in development mode in IE (f12) and edit the css file there to play around with it real time.
Also, remember that when you edit the css file in \content it doesn’t automatically refresh what you see. you need to clear the browsers cached file (after page has loaded hold ‘shift’ and refresh page again) or try incognito / private window
Thanks,
Marc
Marc,
Thanks. I assume you're referring to the Grid.css file? If so, I already tried a wholesale replacement of the file in the \Content folder with the one from the site that is displaying the grid borders, and it still does not work. I am using IE11 on the site that is not displaying the grid borders.
I've tried adding the bordering as you've suggested, and it still does not work. Feel like I'm missing something else.
Hey Mark,
CSS....
Column header:
.DSLGridColumn .ui-btn {border:.5px solid black; }
Grid borders:
.DSLGridCell {border: .5px solid black; }
If you use Chrome, the old css busted the grid borders when they updated. You can comment out the following to get them back:
Thanks
Marc
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156