jQWidgets Forums

jQuery UI Widgets Forums Grid endcelledit customization

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • endcelledit customization #49673

    deepak_chaurasia
    Participant

    Hi Team,
    currently endcelledit gets invoked if a click on some other editable column in jqxGrid , but can i invoke endcelledit on event of my choice(like button click)?. Is there any way to achieve this.

    endcelledit customization #49674

    Dimitar
    Participant

    Hello deepak_chaurasia,

    You can call the method endcelledit on the click of a button, i.e.:

    $("#button").click(function () {
        var editable = $("#jqxGrid").jqxGrid('endcelledit', 0, "firstname", false);
    });

    // @param row index
    // @param column datafield.
    // @param Boolean. – “true” cancels the changes, “false” confirms the changes.

    Best Regards,
    Dimitar

    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.