We use the jqGrid navigator reload button on a grid with loadonce set to true.
The reload button currently does NOT go back to the server to get the data - how can we get the reload to go to the server to get the latest data?
I believe we can use the beforeRefresh callback to set the grid data to json instead of local but I'm not clear how to even configure the beforeRefresh method - I don't really understand the docs.