jQWidgets Forums

jQuery UI Widgets Forums Grid cellvaluechanged does not fire if I click on button outside grid

Tagged: 

This topic contains 1 reply, has 1 voice, and was last updated by  grandehombre 10 years, 12 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • grandehombre
    Participant

    I have an event handler set up to handle ‘cellvaluechanged’.
    If I edit the contents of a column and press TAB or click anywhere else in the grid, the event fires correctly.

    However, if I click on a button (which saves grid data etc) that is outside the grid, this event does not fire.

    $(dataTable).on('cellvaluechanged', function (event)
    {
    	var args = event.args;
    	//var column = args.datafield;
    	var row = args.rowindex;
    	//var value = args.newvalue;
    	//var oldvalue = args.oldvalue;
    	var data = $(dataTable).jqxGrid('getrowdata', row);
    });
    

    Any suggestions would be welcome!

    Cheers,
    Nick

    ps: I am using ‘jQWidgets v3.2.2 (2014-Mar-21)’


    grandehombre
    Participant

    [admin, please delete this thread.]

    I have changed the sequence that I use to place the grid in edit/viewOnly mode (whereby the grid becomes editable if the screen is in add/edit mode and some columns of the grid become editable depending on contents of other columns).

    It now works and I don’t know why.

    I don’t want to create confusion or take up the developers’ time, so please delete this entire thread.

    Cheers,
    Nick

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

You must be logged in to reply to this topic.