Hi all,
Is it possible to programmatically trigger saving row? I have custom code for one column. Lets say I select a row in the grid, and I have a custom function that will populate a colum in that row (using the jqGrid setCell function). After that populate operation, the row should be saved to the database. I know that jqGrid has a saveRow and saveCell function, but it does not work.
Thank you.
Best regards
Daniela
1 Answers
If you want to add a row using JS, you can refer faq question:
'How to post data using JS code'
Refer http://phpgrid.org/faqs
Your Answer