how to check dojo.datagrid loading completed? [duplicate]
问题 This question already has answers here : How to determine if a dojo grid has finished loading? (4 answers) Closed 6 years ago . I have a dojo.datagrid in one of my pages. Datagrid and its store(by calling an URL) are created by declarative method. not by dynamic/programmatic. I need to execute a javascript method which displays a div(which requires few data from the datagrid) just below my datagrid. I should display the div only after my datagrid loading completed;not before that. I am