qazn123

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: Inline Editing Formatter Actions Button Mouseover #98491
    qazn123
    Participant

    qazn123 said:

    Hi jqGrid Help,

    I have a weird issue with my Save and Cancel buttons in my grid when using the formatter actions configuration to do the inline-editing of the rows.

    The problem is that when I mouse over either the “Save” or “Cancel” buttons after clicking on the “Edit” button to show the edit-cells and the “Save” and “Cancel” buttons, the mouseover causes the image to change to show a differnt image and this image appears to be a combination of

    in reply to: inline editing and save after leave one field #98474
    qazn123
    Participant

    You could do this by defining the formattoptions onEdit property of the 'actions' column in your grid. something like

    colModel = [{index:'name', name:'name',…formatoptions:{onEdit:function(){ // Do your ajax call here } }]

    You could read more about the colModel formatoptions property in the jqGrid documentation.

    Hope that helps a little.

    qazn123.

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

Stay connected with us in your favorite flavor!