Incorrect CGridView events mapping translation

CGridView incorrectly translates properties beforeAjaxUpdate and afterAjaxUpdate (the yiiGridView has "afterUpdate" and "beforeUpdate" events), please, fix this issue!

lines 309,311 in CGridView :mellow:

Thanks. Fixed. They should be beforeAjaxUpdate and afterAjaxUpdate.