Hello,
I can help you out with this. There is not setting to disable ajax, but you can use a WordPress function(wp_dequeue_script) to remove the ajax scripts.
I wrote a quick function that does it on the month, list, and event views. If you need more then that, I suggest search for the scripts in the coding to find scripts with ajax in their name and remove them.
Here is the link to the basic function that you can put in your theme’s functions.php:
http://pastebin.com/TujLEBYi
Let me know if that helps or you have trouble locating a script.
Thanks