I have functions that I don't want to fire until the grid has loaded. Is there a function that will return whether or not the grid has finished loading? That can be called on the grid object, not done during initialization?
Example:
if editorobj.isLoaded() then do action
I'm looking for the isLoaded() functionality.
TIA