jQuery UI Widgets Forums Grid menu on image grid

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • menu on image grid #5414

    psr
    Member

    Hello,

    I’m new to jquery.

    i’m trying to use jqxmenu with jqxgrid image column. I want the menu to popup on row click. i’m not getting the row to bind click event to it.

    Can anybody suggest any solution?

     

    /P

    menu on image grid #5436

    Peter Stoev
    Keymaster

    Hi psr,

    jqxGrid has an event called ‘rowclick’.

    Here’s how to use it:

    $('#jqxGrid').bind('rowclick', function (event) 
    {
    var args = event.args;
    // get the clicked row's index.
    var row = args.rowindex;
    });

    Best Regards,
    Peter Stoev

    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.