I'm using the normal jquery to retrieve a reference to the scheduler like below. The problem is that it only works sometimes. With no code changes it might work once, then immediately after that not. sched would just return as null.
var
sched = $find(
'RadScheduler1'
);
I've tried different variations, and I can get a reference to the emitted <div> element, but it won't have any of the Telerik properties or methods hooked up.
ETA - it seems it might be related to the VS environment. If I open it from there with debugging, it occurs much more than without or opening it directly from IIS.