I had a similar problem as afterAjaxUpdate callbackfunction CListView shows undefined.
Currently though my function isn't called. Really not sure why. Chrome shows no errors in the log.
I have the following in my HTML. And I can call it from the console log ok.
<script>
function savedUser()
{
alert('hello');
}
</script>
And i'm using the following in my CGridView
'afterAjaxUpdate'=>'savedUser',
I feel that this is really obvious. But I've run out of ideas. Any help would be great