jQWidgets Forums

jQuery UI Widgets Forums Grid celldoubleclick Question

This topic contains 2 replies, has 2 voices, and was last updated by  DavidSimmons 12 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • celldoubleclick Question #12085

    DavidSimmons
    Participant

    I am trying test on celldoubleclick what column name doubleClicked.

    It seems that is should be column object but I don’t see any documentation on the column object or the event.args object.

    Can you point me to some that will define these objects.

    $(“#jqxgrid”).bind(“celldoubleclick”, function (event) {
    var column = event.args.column;
    var rowindex = event.args.rowindex;
    var columnindex = event.args.columnindex;
    alert(column);
    });

    celldoubleclick Question #12094

    Peter Stoev
    Keymaster

    Hi David,

    event.args.columns points to a datafield in your data source.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    celldoubleclick Question #12107

    DavidSimmons
    Participant

    Got it, thanks…. Now is there a way to test a blank row and cell. I was hoping to use this to add a new row.

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

You must be logged in to reply to this topic.