dannymichaeli

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: Change color of column names and rownumbers #96501
    dannymichaeli
    Participant

    for everybody that maybe need the answer, here is my solution:
    var RownumFontColor = “red”;
    var HeaderFontColor = “yellow”;
    var HeaderBackgroundColor = “brown”;
    $(“.jqgrid-rownum”).each(function() { this.style.color = RownumFontColor; });
    $(“.ui-jqgrid-sortable”).each(function() {
    this.style.color = HeaderFontColor;
    this.style.backgroundColor = HeaderBackgroundColor;
    });

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!