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