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
85
Event handler called multiple times
posted

When I intitialize an igGrid, I bind an event handler to the rowSelectionChanged event.  I also set dataSourceUrl to a remote data source.  This works perfectly.

I then add a call to dataBind to refresh the data.  This refresh happens periodically.  After that, each time a row is clicked, the event handler gets called multiple times.  The more refreshes that happen, the more times the event handler will get called for a row click.  Is this expected behavior?  How can I work around this behavior?

Thanks in advance for your help.

Kevin