jdenbrock

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: Possible row height bug in in IE8 #92401
    jdenbrock
    Participant

    I believe I have found a workaround for this issue. In the ui.jqgrid.css file, I made the following modification:

    ui-jqgrid tr.jqgrow td {

    border-bottom-color:inherit;

    border-bottom-style:solid;

    border-bottom-width:1px;

    font-weight:normal;

    height:22px;

    overflow:hidden;

    padding:0 2px;

    white-space:pre;

    }

    to

    -jqgrid tr.jqgrow td {

    border-bottom-color:inherit;

    border-bottom-style:solid;

    border-bottom-width:1px;

    font-weight:normal;

    height:auto;

    overflow:hidden;

    padding:0 2px;

    white-space:pre;

    }

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!