jQuery UI Widgets Forums Grid server side add row in-line grid

This topic contains 0 replies, has 1 voice, and was last updated by  notedop 2 years, 11 months ago.

Viewing 1 post (of 1 total)
  • Author
  • server side add row in-line grid #121979

    notedop
    Participant

    Hi,

    in the examples for CRUD operations using server side processing (like the PHP one here: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/phpintegration/php-server-side-grid-crud.htm) it seems that the add button always first calls a generateRow function which then generates the row data and then creates the actual row by calling addRow using the generated data.

    This implies that instead of the generateRow function, i’d need some form that allows a user to key-enter the new rowdata. However i don’t want to use some pop-up form; i want the user to be able to click the Add button, a new row is made visible in the grid and user can edit the rowdata within the gridrow and ONLY upon exit, it’s send to server side using the addrow function.

    Do you have any guidance on achieving that?

    regards,
    Notedop

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.