Hi All,
I have been using RadWindows for awhile, but recently decided to investigate the Prometheus version. So, I installed the tester version and while in the process of converting my old code to the new one I have a hard time getting a reference to the RadWindowManager. My solution compiles correctly in VS2008, but my front end reference to the manager is either 'null' if I use this:
var oManager = $find("<%=RadWindowManager1.ClientID%>");
or it is equal to [object][object] if I use this:
var oManager = <%=RadWindowManager1.ClientID%>;
, BUT upon further investigation this is actually a reference to the 'DIV' that represents the "<telerik:RadWindowManager"on the front end...
What am I missing ???
I have been using RadWindows for awhile, but recently decided to investigate the Prometheus version. So, I installed the tester version and while in the process of converting my old code to the new one I have a hard time getting a reference to the RadWindowManager. My solution compiles correctly in VS2008, but my front end reference to the manager is either 'null' if I use this:
var oManager = $find("<%=RadWindowManager1.ClientID%>");
or it is equal to [object][object] if I use this:
var oManager = <%=RadWindowManager1.ClientID%>;
, BUT upon further investigation this is actually a reference to the 'DIV' that represents the "<telerik:RadWindowManager"on the front end...
What am I missing ???