I set StoreEventsInViewstate to 'True' to preserve the events during partial postback. The DayPilot calendar is in an UpdatePanel.
Will DayPilot automatically flush the events from ViewState when it leaves its current range?
So, I am using the Day view and displaying 3 days. If I select a date that is outside of the 3 days stored in ViewState will those be removed?
I like using ViewState because it avoids having to connect to the DB on every postback. But, I am concerned that if there isn't any clean-up, ViewState will grow.
Thanks,
James