R
Radoslav Kirilov
Guest
Hi You could specify a default error handler for the dataSource: kendo.data.DataSource.prototype.options.error = function (e) { if (e.status === 401) { //your logic } }; This can be put in an extension file of the custom module. Best, Rado
Continue reading...
Continue reading...