Using
https://paramquery.com/pro/demos/infinite_scroll, I want to prevent the data being loaded after the grid has been created (it's actually not even visible as it is inside a jQuery UI dialog.
Even though the grid has been created, but is not visible, I do not want the data to load from the remote server, I want to wait until the dialog has been opened.
Is there a way to do this?