jqgrid treegrid is defined using code below. First level of data contains only single node displayed in first row in jqgrid. How to make this (treegrid first row) text bold ?
#tree-grid .cell-wrapper:first-child { font-weight: bold; }
You just have to skope the 'first-child' of your .css declaration.