I've put the following code below my scheduler:
But then when I call (in Firebug)
It returns null.
I managed to work around it by handling the OnClientDataBound event . . . . I just save the "sender" parameter as a global variable.
But now I need a reference to a RadAjaxManager. Since I can't seem to use the $find() syntax, and since RadAjaxManager doesn't have an equivalent event I can handle as a workaround, what can I do to get a client-side reference?
(I'm using jQuery if that affects anything)
Thank you,
Michael