I am using RadTab Control and one of the tab item host a Rad Schedule view, I have a event handler for calendar loaded event.
I want the event to be called only for the first time the tab is loaded, for that i have set IscontentPreserved = true for the tab control, but still the loaded event gets called every time.
Vikas