I have 2 grids in separate <div>'s but in one php page.
Both grids are working perfectly HOWEVER, I would like to call a function in one of the grids from the other one (and pass in a var). Because they are wrapped in self executing functions, I cannot access the internal function of the opposite grid.
Is it possible to call an internal function of one grid from another grid?
Thanks in advance!