jQWidgets Forums

jQuery UI Widgets Forums Grid Row Click Event

Tagged: 

This topic contains 3 replies, has 3 voices, and was last updated by  emoticon 5 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Row Click Event #73894

    swetha
    Participant

    Hi,
    I am trying to use the rowclick event. But it is not working for me. It was working few days ago. All of a sudden it stopped working now. I didn’t make any changes to my code since then. What can be the possible reason? I am using jQWidgets v2.9.3 and I tried with new version too, When I click on row nothing is happening.

    $(‘#jqxgrid’).on(‘rowclick’, function (event) {
    // event.args.rowindex is a bound index.
    alert(“Row with bound index: ” + event.args.rowindex +” has been clicked.”);
    });
    Thanks

    Row Click Event #73922

    ivailo
    Participant

    Hi swetha,

    Here in the demo rowclick works well.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Row Click Event #74149

    swetha
    Participant

    Thanks for the help

    Row Click Event #106842

    emoticon
    Participant

    I test it on android, sometimes it needs click twice to trigger

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

You must be logged in to reply to this topic.