jQWidgets Forums

jQuery UI Widgets Forums Grid Grid Cell border styling

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid Cell border styling #58546

    assaf.frank123
    Participant

    Hi,

    I have 2 grids in my page.
    I wish to change the CSS that only in one grid there will be no border lines around the cells of the data rows (not the headers).

    1. What CSS do I need to use?
    2. Can this be done to affect only one grid?

    Thanks.

    Grid Cell border styling #58548

    Dimitar
    Participant

    Hello assaf.frank123,

    If the id of the grid you wish to change is jqxgrid, then add the following style to achieve your requirement:

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

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.