Ejuiautocompletefk Extension

Hi,

i used this extension in cgridview its working fine but getting issue after

ajaxupdate of cgridview.

can any body help,here how to call this,extension after ajax update cgridview

thanks

Just create the separate function and call this function on admin grid view


'afterAjaxUpdate'=>'function(){

   		UpdateStock()

		

	}',


<script>

function UpdateStock(){

}

</script>

hey thanks, But how to call EJuiAutoCompleteFkField in this function .

hi,

EJuiAutoCompleteFkField is not working after pagination in cgridview

thanks