Should I be able to see the "Use AJAX" option in Views UI for my FullCalendar? Or is there another way to get this up and running with AJAX?

Otherwise the performance is going to be slaughtered once all my thousands of events are up...

See attached a screenshot, and an export of the display.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

It looks like you are using a FullCalendar display, that display is deprecated (and should be marked as such).

Switch to a page display and it should be fine.
Here's a screenshot of my view page, you can see Use AJAX in the right column.

aspilicious’s picture

Well it "should be" in the "other section" in advanced settings between "comment" and "use aggregation" of the views UI.
Oink?! o_O

Is your views installation hosed?

aspilicious’s picture

Woow timplunkett, nice didn't saw that :)

pjcdawkins’s picture

Status: Active » Fixed

Ah, great. Yes, the option appears with a Page display. Now I just need to get the events to load correctly. Nothing is appearing at the moment - the JSON response is {"status": true, "content": null} - but I expect I'll work that out. Thanks very much!

pjcdawkins’s picture

... now events are loaded (I had added the wrong date field) but using the exposed filter makes the whole calendar disappear ...

tim.plunkett’s picture

pjcdawkins’s picture

Status: Fixed » Closed (fixed)

OK, many thanks.