You need to sign in to do that
Don't have an account?
Ignacio 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!
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!