I have a jqgrid table querying a MySQL DBMS through an apache2 web server via XML.
Sometimes whenever the DB server shuts down or the server side program encounters some kind of crashes the jqgrid just freezes down waiting for the XML data to arrive.
In this kind of situation, I would be preferable to make the jqgrid user aware of this matter and thus display a gentle message describing the type of the annomaly.
I was wondering is there any jqgrid option specific for this kind of situation
I'm using:
jquery-1.3.2
jquery-ui-1.7.2
jquery.jqGrid-3.5.3
Thanks,