I have created a calendar using extensible controls that contains data from the database and displays it for the user to see. I use the J query to create the calendar, get the data from the database and populate on the calendar and to add/delete the data from the calendar.
The problem comes if the user goes from the form to any other page and then back to the calendar, than the calendar doesn't show up. The only way to fix this is to refresh the page. I get this error message in the console log when I attempt to re-open the form.
Is there a way to fix this problem? or a way to refresh the page whenever the user goes back into this form?