hii everyone
i am using ig:link to refresh my ig:grid. After refreshing the grid i need to call a javascript function.
like "oncomplete" which we are using in a4j. is there any method to call a javascript function after the grid get loaded with data.
Thanks in advance
Thanks Roshan
It is very helpful
Hello Vijayada,
Please refer the following page to get know more uses of the ig.smartSubmit() along wiht the sample applicaiton:
http://www.componentsforjsf.com/WebAJAXExamples/faces/examplePages/ajaxFromHTML.jsp
Thank you.
Thanks roshan
where i should include this ig:smartSubmit
Hi Vijayada,
If you are using the Infragistics ajax feature..which work on smartSubmit() java script function, then you can use the call back function by using this function.
ig.smartSubmit("frm1",null,null,"frm1:txt1","MycallBack");
function MycallBack(httpReq)
{
alert("After SmartRefresh Call");
}
Note: Here fifth parameter of smartSubmit() can be use as a callback method which will be invoke after completeing the Ajax submit.
Roshan
HI JIM
i am using NetAdvantage for JSF Vol1 2008. CAN I USE these
ig:gridClientEvents in my version or if not how should i get the events direct in javascripti want to call a js function after ajaxResponseCompletedThanks in advance