Refresh Grid View after multiple delete ?

Hi… :)

how to refresh after deleted multiple row.

i see that there function like this :




 $.fn.yiiGridView.update('gridcust');

 afterDelete(th,true,data);



but above code for single row (default from delete CGridColumn).

so, if i want to delete for multiple within ajaxButton.

thank you

On your button add some JS code… and from there call the $.fn.yiiGridView.update(‘gridcust’)