[starting from version: 2.3]
It is triggered if some error occurred while running the query.
event
– Object. Has the following parameter: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.