DevExtreme jQuery - ArrayStore Options
errorHandler
Type:
This function accepts a JavaScript Error object as the parameter.
JavaScript
- var store = new DevExpress.data.ArrayStore({
- // ...
- errorHandler: function (error) {
- console.log(error.message);
- }
- });
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.