I'm building a Cordova app that makes extensive use of the offline support of Kendo dataSource.
Most of the dataSources are configured to use serverFiltering, but this (obviously) doesn't work if the dataSource is offline.
I'd like to change the serverFiltering option to false when the dataSource is in offline mode, as this means filtering will work (this should probably be the default functionality). Is this possible?