Remove Footer From Grid View When Gridviews Ajax Update Is Done

I want to remove footer when ever gridview is updated,from the ajax update.How can i do that?

extend your own GridView and overwrite the renderTableFooter method of CGridView .

or use afterAjaxUpdate property of CGridView and remove the footer of that table with jquery

Fixed Thank you…