Hello,
I have created a jqGrid, for inline editing, in clientArray mode : the saveRow method is called, the modified line is locally updated.
But I need to do some treatment after the saveRow. I tried to use the parameters succesfunc or aftersavefunc but my understanding is that these callbacks are activated only if the saving is post to the server, and after receiving the response.
In client mode, how could I detect the end of the inline editing ?
Any help will be very appreciated
Thanks,
Lionel
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top