I'm trying to set-up a grid which only does client-side editing (no Ajax back to the server). The data is loaded via Ajax and I've set cellsubmit: 'clientArray' – however, if I leave editurl empty it gives me an error about the Url being required. If I fill it in with an empty page, it “appears” to work. But if you do something like:
– Add new record
– Select record you just added and click on Edit
– Edit the record / click Save.
The client-side record isn't changed.
Here's what the code looks like:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top