jQWidgets Forums

jQuery UI Widgets Forums Grid pointer over rows

Tagged: , , ,

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • pointer over rows #46699

    mario santanche
    Participant

    Hi,
    I want to change my cursor to hand when my mouse pointer is over the grid’s rows.
    Is it possible?
    How to do that?
    Regards
    Mario S

    pointer over rows #46714

    Dimitar
    Participant

    Hello Mario S,

    You can achieve this by applying the following style in your page:

    <style type="text/css">
        .jqx-grid-content
        {
            cursor: pointer;
        }
    </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.