jQWidgets Forums

jQuery UI Widgets Forums Grid What happened with row on cellclick ?

Tagged: ,

This topic contains 4 replies, has 2 voices, and was last updated by  punkrack 11 years, 10 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • What happened with row on cellclick ? #26985

    punkrack
    Participant

    I just downloaded version 3.0

    I have the following:

    $(“#jqxgrid”).on(‘cellclick’, function (event)  {
    var column = event.args.column;
    var row = event.args.rowindex;
    var columnindex = event.args.columnindex;

    When I alert(‘row = ‘ + row); it gives me correct row. If I filter a column, and cellclick gets called again, row gives me undefined ?????

    Did not have this new issue with 2.9.2

    Using virtual mode, with source dataadapter  and datatype: “json”

     

    Edit: If I alert(“event.args.value = ” + event.args.value); in same scenario, without filtering it alerts correcte value. If filter is applied, it alerts ‘null’

    What happened with row on cellclick ? #27092

    Peter Stoev
    Keymaster

    Hi punkrack,

    We will investigate that behavior and if we confirm it, we will do our best to resolve it with the next update.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    What happened with row on cellclick ? #27127

    punkrack
    Participant

    Hi!

    Thanks Reter for investigating.

    Let me know if you can reproduce this behavior.

    If not, I can provide a link / working example with this behavior.

    What happened with row on cellclick ? #27133

    Peter Stoev
    Keymaster

    Hi punkrack,

    I believe that is already resolved in ver. 3.0.1. which was released today.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    What happened with row on cellclick ? #27146

    punkrack
    Participant

    Yes, it’s resolved in 3.0.1

    Thanks a lot!

    Btw, savestate and loadstate also works properly now with virtualmode with 3.0.1 also 🙂

    Thanks again !

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

You must be logged in to reply to this topic.