When a user adds a new item to the scheduler the scheduler resets back to the top of the vertical scroll area.
For example, say you have so many resources that the scheduler scrolls vertically. You scroll down to an area normally not visible, right click the scheduler and add a new item. Once posted back via ajax and the scheduler data refreshed to reload the data, the scheduler is now at the top of the scroll area again. The user has to scroll back down to see the item they just added.
Is there something i can do to set it so it stays in place?