The CGridView component has an ajaxUrl property. I don't fully understand what kind of response is expected from the url. Is it a rendered HTML to replace the existing component? Is it JSON data or the dataprovider?
EDIT: Or are we expected to manually implement a data handler?