I have a scheduler using a remote datasource with serverFiltering set to true. On the edit event, I call e.preventDefault() to keep the scheduler from going into edit mode so that I can handle the editing on a different page. Unfortunately something is calling my datasource's read() function even though it isn't necessary. It appears that I have no way prevent the read while editing an event with serverFiltering enabled. Is there a way to prevent the read from happening?