Hi, i prove the code (provided in a previous message) but i find the following problem:
using saveEdits in the 'update' button with autoSaveEdit:false (or automatic update when user change to another row in listgrid with autoSaveEdit:true). in both cases the web service is called only passing it (like parameters) the primary key field and the changed field, producing and error because the webservice function expects all the parameters.the question is: ¿ how can i pass all the parameters to the webservice when an update occurs?.
Reply With Quote
using saveEdits in the 'update' button with autoSaveEdit:false (or automatic update when user change to another row in listgrid with autoSaveEdit:true). in both cases the web service is called only passing it (like parameters) the primary key field and the changed field, producing and error because the webservice function expects all the parameters.the question is: ¿ how can i pass all the parameters to the webservice when an update occurs?.
Reply With Quote
Comment