Hello,
I have a grid, and some of the cells have a different background color for different reasons.
When I click a row, it changes the backround color for all the cells and it will overwrite my custom background in certain cells.
I would like to keep my custom background for those cells.
I found out that if I remove the CSS style in the file: ui.jqgrid-bootstrap4.css (row 1197):
background-color: #c3e6cb !important;
it works as expected.
What’s your suggestion?
Thank you
EDIT: if I remove that style it works as expected but it changes the behaviour when you hover the row. before it was working correctly (my background was kept) and after removing that line if I hover it overwrites
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top