[starting from version: 2.3]
It is triggered if some error occurred while running the query.
Parameter/Type | Description |
---|---|
params Object |
Contains information about the event. |
params.error String |
The error message returned from the server side. |
flexmonster.on('queryerror', function (e) { alert('Query error!' + e.error); });
Check the example on JSFiddle.