jQWidgets Forums

jQuery UI Widgets Forums Grid cellvaluechanged

This topic contains 4 replies, has 2 voices, and was last updated by  Peter Stoev 12 years, 1 month ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • cellvaluechanged #20242

    markcarpe
    Member

    Is there something new with cellvaluechanged event?
    Not firing in 2.8.2 for me.
    If I revert back to jqx-all from 2.8 it works as expected.

    cellvaluechanged #20248

    Peter Stoev
    Keymaster

    Hi,

    How do you set the cell’s value? Do you set it in beginupdate/endupdate block?

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    cellvaluechanged #20264

    markcarpe
    Member

    No, just manual entry – all three below fire with 2.8 only begin and end edit in 2.8.2. No other change than version.

    $(“#inspectGrid”).on(‘cellvaluechanged’, function (event)
    {alert(“change”);
    });

    $(“#inspectGrid”).on(‘cellbeginedit’, function (event)
    {alert(“begin”);
    });

    $(“#inspectGrid”).on(‘cellendedit’, function (event)
    {alert(“end”);
    });

    cellvaluechanged #20273

    Peter Stoev
    Keymaster

    Hi,

    We will check whether we have an issue and if we have we will fix it. You may use the previous version for now.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    cellvaluechanged #20283

    Peter Stoev
    Keymaster

    Update: The issue is confirmed and resolved in the latest build available for download.

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

You must be logged in to reply to this topic.