jQWidgets Forums

jQuery UI Widgets Forums Grid Finalize cell editing before submit

This topic contains 2 replies, has 2 voices, and was last updated by  bunkscene 12 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Finalize cell editing before submit #9369

    Harish
    Member

    Hi Peter,

    I have an editable jqxGrid on my page that users can edit and save to database by clicking on Submit button. I am using source’s updaterow event to save all the modified rows in an array. When I edit a cell and hit submit without leaving the cell, the updaterow event doesn’t fire, and as a result that cell is not getting saved in the database. I have checked ‘cellendedit’ event but it seems to work similarly as ‘updaterow’. Can you suggest me if there is a way to handle this with jqxGrid? I just want to save all the modified data (including the cell that user is currently editing).

    Thanks,

    Harish

    Finalize cell editing before submit #9377

    Harish
    Member

    Never mind. I was able to achieve what I wanted by calling ‘endcelledit’ on the cell before submit.

    Thanks

    Finalize cell editing before submit #10046

    bunkscene
    Member

    Hi Harish,

    I am trying to perform a similar action as you. I was curious how you implemented this. How were you able to acquire the row/datafield of the currently edited cell?

    Thanks,
    Dave

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

You must be logged in to reply to this topic.