Problem with reload using Pjax

Hi.

I have a problem when I try use to CGridView reload with Pjax. The first time CGridView reload fine. but second time do not run pjax event to reload Grid.

This is my Script




 $('.kv-editable-submit').click(function(){

    setTimeout("$.pjax.reload({container:'#grid-update-pjax', scrollTo:false});", 1000);

 });



I hope you can help me.