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
80
WebExplorerBarItem click event
posted

Hi All

On the ExplorerBar Item click, we are showing the popup based on some condition the click has to be triggered again. For this I am trying the following

eventargs.get_item().get_element().click()

but It doesn't trigger the event.

Kindly do provide inputs on the same.

Thanks

Chandra.

Parents
  • 10685
    Offline posted

    Hello, 

     

    Could you add some more details to what you are doing (including more detailed code snippet) and what is the expected requirement/result. Currently it seems to me you are handling the client event ItemClick and in its handler function you want to trigger the same event again. It seems to me it will end in an infinite loop.
    I am looking forward more details from you.

Reply Children