[starting from version: 2.3]
It is triggered when some error occurred during the loading of data. For OLAP data sources, use olapstructureerror.
Parameter/Type | Description |
---|---|
params Object |
Contains information about the event. |
params.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.