Search code examples
jqgridtreegrid

How to change the color of a particular row in treeGrid


I want to change the color of a particular row in jQgrid/treeGrid. can anyone share the code for that?


Solution

  • It works exactly like with other jqGrids. Look at the answer. With respect of addClass('...') to <tr> elements the background color can be changed.