Can I refresh a Yii CGridView from js?
- by Brian Dunn
When a "Create" modal dialog is submitted via XHR
Then the rows in a Yii CGridView should be refreshed.
I've tried to achieve this by rendering the new gridview in the XHR "create" action and then inserting it into the page via $("#list").html(response), but rendering a CGridView causes jQuery <script> include tags to be registered for…