How to Refresh CListView

Hello

I am just inserting some records in a db table through ajax. After inserts I want to refresh the CListView that is showing records for that table. How can i do that?

I would like an answer to this one too. Did you solve it?

Not tested, but did you try to call $.fn.yiiListView.update(‘id-of-your-listview’); in javascript?

This worked for me, thanks mate :)