AI OnAI Off
Hi Andreas,
You can add properties to be "Full refresh" meaning a full page refresh is done when a change has occured:
http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-CMS/7/Content/Pages-and-Blocks/How-To/Edit-hints-in-MVC/#FullRefreshPropertiesMetaData
Hope this helps!
/T
Im working on a site where the blocks are loaded by javascript. The problem I'm having is that when I change something in a content area (like moving or removing a block) the content area reloads which results in my blocks being empty since the javascript that normally populates them isn't being fired.
Is there any event or likewise that I can use to reinitiate these blocks on?