A particular view cannot persist

Hi,

The problem I am facing is that, the view in which an event is being saved is not retrieve back after the event is saved but the present week is displayed.
Say I have saved an event in the week view at the week ‘X’ but after the event is saved the view ‘X’ is not displayed but instead the current week ‘C’ is displayed.Then the user have to move to the view ‘X’ to see whether the event is saved correctly or not.

Can someone help me to persist the view of the week, so that after saving an event I can get back the same view??

Hi,

What component doesn’t you question relate ?

It seems that you ask about scheduler. Please ask the question in the “Scheduler” branch.

If you use dataprocessor for saving, such a problem won’t occur. Here is the sample in the scheduler package:
dhtmlxScheduler/samples/01_initialization_loading/05_loading_mysql.html

If you reload the page, you need save scheduler state (for example in cookie) and restore it:

docs.dhtmlx.com/doku.php?id=dhtm … r_getstate
docs.dhtmlx.com/doku.php?id=dhtm … urrentview