How do you modify the data returned from an AJAX call before it is rendered in the jqGrid?
- by GiddyUpHorsey
I'm trying to modify the data returned from an AJAX call before jqGrid 3.7.2 renders it. I've tried hooking into the loadComplete event but when I modify the data it appears to be after it has already rendered.
I've also tried hooking into the success event on the ajaxGridOptions field of options but that seems to totally override the event and jqGrid doesn't render the data.
How can I modify the data returned from a web service call before jqGrid renders it?