function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ignacio JimenezIgnacio Jimenez 

update records in VF with jqGrid / Webservice and Json

Hello, I am using jqGrid to display some records on my VF page. I works really well. I need to be able to edit a few records.
Best choice would be inline editing and then saving to database by sending as a parameter the json string to a custom controller or extension, so I can update the records.
Can anyone give some directions to accomplish the update of the records?

Second question:
Intead of using JSremoting to query the records, is it possible to write an apex class with a webservice returning json?

Thanks!