Hi all,
I want to set the JQGRID row bgcolor depends upon the condition? How to do it? Im using php.
Thanks in advance,
Hi all,
I want to set the JQGRID row bgcolor depends upon the condition? How to do it? Im using php.
Thanks in advance,
look at http://stackoverflow.com/questions/2931732/jqgrid-coloring-an-entire-line-in-grid-based-upon-a-cells-value/2936673#2936673. You should examine current row values after data loading (inside of loadComplete
for example). For the elements where you want change the background-color
you should remove 'ui-widget-content'
css class and then add another class which defines the color which you want.