jQWidgets Forums

jQuery UI Widgets Forums Grid how to use rowclick

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Mariya 12 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • how to use rowclick #23629

    als4e
    Member

    HI
    please I need to know how to use rowclick event

    how to use rowclick #23655

    Mariya
    Participant

    Hi als4e,

    The ‘rowclick’ event is triggered when a row is clicked. You can use it as shown in jqxWidgets’s Grid documentation:

    $('#jqxGrid').on('rowclick', function (event) 
    {
    var args = event.args;
    var row = args.rowindex;
    });

    Best Wishes,
    Mariya

    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.