I'd like to allow users to manipulate data at will (add or edit) without having to post the data to the server.
I currently have a jqgrid setup which loads the data from local xml. When the user hits the add button or decides to edit a field the form edit dialog pops up and is used. When the user submits the data I have a webservice which simply returns true. I handle all data from the grid when the user saves the page.
Everything works but the webservice call is unneccessary and is slow when called for the first time. Is there a way that I can make the form edit save the data to the grid without posting data to the server? If I leave editurl blank the form editor throws an error.
Any help would be appreciated.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top