[starting from version: 2.3]
It is triggered when some error occurred during the loading of data. For OLAP data sources, use olapstructureerror.
event
– Object. It has the following parameter:error
– String. The error message returned from the server side.flexmonster.on('dataerror', function (e) { alert('Error with data!' + e.error); });
Open the example on JSFiddle.