I load a update form into a jQueryUi dialog using the Yii extension quickdlgs.
After I close the dialog, the CGridView on the parent page gets refreshed as expected.
But in my form there I added a button, to call another action when the user clicked on it. This request now renders its view inside the dialog window.
Since that action deletes a record, the parent page should automatically be refreshed. Now the user has to click F5 everytime after that action, otherwise the deleted record does not disappear
U should use them to add page reload on one of those events. Basically it’s what TDD already suggested just not attaching event on delete button but using dialog configuration.