I have a grid with a change event, that runs a function that builds another grid. My problem is, each time that second grid is loaded, its change event builds upon itself exponentially.
I have re-created the issue in a fiddle here, https://jsfiddle.net/ctw5gh1o/
Any thoughts? It's like the data itself is not dumping completely each time the function is referenced