I am running a grid with live updates working. I have a routine the updates two sub grids when the main grid is updated. This routine is triggered on all machines. As it is working now, this routine will close the grid editor on all machine when it is run. I have updated the routine to open the editor on the selected cell after it runs, but this will open the editor on machines that have the editor closed. What I would like to do is have the routine check if the editor is open or not, and only re-open as necessary.
Is there a javascript command (or commands) that I can run to check the grid to see if the editor is open or not?
Thanks!