jQWidgets Forums

jQuery UI Widgets Forums Grid Grid, remove/hide row lines

This topic contains 2 replies, has 2 voices, and was last updated by  Dimitar 11 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Grid, remove/hide row lines #32556

    marshmelows
    Participant

    Hi,

    I was wondering if I can remove or hide the row lines in the jqxGrid? Ive been inserting div elements that has border lines and the row-lines didn’t match up well with the design of the element that i created and i want to remove the row-line to display the design of that element properly. Is this possible? Thanks. 🙂

    Grid, remove/hide row lines #32560

    marshmelows
    Participant

    how to change the color of the row and column lines without changing it’s theme? Thanks. 🙂

    Grid, remove/hide row lines #32626

    Dimitar
    Participant

    Hello marshmelows,

    In the first case add this style to your page:

    <style type="text/css">
    .jqx-grid-cell
    {
    border: none;
    }
    </style>

    and in the second case, this one:

    <style type="text/css">
    .jqx-grid-cell
    {
    border-color: Red !important;
    }
    </style>

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.