hi, I don't update the WHOLE displayed content. If the user clicks on the edit button, a update/delete/duplicate button appears. The "updateAll" button fires the event of all displayed updateButtons - therefore only the rows where the user clicked on "edit" get updated.
regards Am Dienstag, 5. Juni 2012 15:17:24 UTC+2 schrieb dmidz: > > hello, > well firstly I think 'update all' is quite heavy, why don't you records > the list of modified datas and send only them > secondly, your are using : var ajaxRequest_instance = new AjaxRequest(). > send(); > so your initialize method must return the class intance, so : just add > return this.parent(options); and you are done, see ur fiddle corrected : > http://jsfiddle.net/tMhbd/17/ > and watch ur console, now you see the onSuccess fired... > >