Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
javascript call after ig:link refresh
posted

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

Parents
  • 2301
    posted

    Hi Vijayada:

    If you go to http://java.samples.infragistics.com and open the WebGrid bar, you'll see a sample labeled "CSOM".Click this link and in the sample that appears on the right, select the "JSP Source Code" tab. Here you'll see all the client side events for the grid listed. There is not an onLoaded event, but if you want to do something in JS when the PAGE is loaded you can, of course, us the onLoad event of the browser.

    Not knowing the specifics of your application, I can't advise you further right now.

    Best,
    Jim

Reply Children