Inline Edit - Cell Update

Inline Edit - Cell Update

AlagAlag Posts: 5Questions: 0Answers: 0
edited August 2012 in General
when the data is edited by double clicking the cell & when updating the user has to press enter to save the data,
instead i need the data to be saved on click of outside the textbox, onblur or a tab is pressed the cell data should get updated..

Replies

  • allanallan Posts: 63,540Questions: 1Answers: 10,476 Site admin
    You would need to bind a blur event to your text box and then use the fnUpdate method to update the cell.

    Allan
This discussion has been closed.