<a id="<%# ((Item)Container.DataItem).List.ListId %>" onclick="javascript:PositionToolTip(this)">...function PositionToolTip(clientId) { var radToolTip = $find("<%= ModalToolTip.ClientID %>"); radToolTip.set_targetControlID(clientId.id); radToolTip.show(); }

<telerik:RadWindowManager ID="winManager" ShowContentDuringLoad="false" VisibleStatusbar="false" ReloadOnShow="true" runat="server" Skin="Sunset" EnableShadow="true"> <Windows> <telerik:RadWindow ID="RadWindow2" Width="600" Height="490" Modal="true" OnClientClose="OnClientClose" NavigateUrl="UserRights.aspx" runat="server" Behaviors="Close"> </telerik:RadWindow> </Windows></telerik:RadWindowManager>t USerRights.aspx I need open another popup, and get data for USerRights page. So I've got atUSerRights<telerik:RadWindowManager ID="winManager2" ShowContentDuringLoad="false" VisibleStatusbar="false" ReloadOnShow="true" runat="server" Skin="Sunset" EnableShadow="true"> <Windows> <telerik:RadWindow ID="RadWindow1" Behaviors="Close" OnClientClose="OnClientClose" NavigateUrl="ChooseUsersGroups.aspx" runat="server" Height="500" Width="500"> </telerik:RadWindow> </Windows>
</telerik:RadWindowManager>
<button title="Add" id="btAdd" onclick="openSearchWindow(); return false;">Add</button> function openSearchWindow(){ var parentRadWindowManager = GetRadWindowManager(); var oWnd2 = parentRadWindowManager.open("ChooseUsersGroups.aspx", "RadWindow1"); window.setTimeout(function () { oWnd2.setActive(true); }, 0);} GetRadWindowManager() returns undefined. If i try find WindowManager from parentpage(as in your sample) all is ok. Why I can't get WindowManager at secondpage?Hi,
i would like to access and embed video files stored on separate file server via the Telerik RADEditor Control for MOSS.
The approach i am trying to do is create a virtual directory in IIS using UNC path (pointing to the file server and the directory where the video files are stored).
I am unable to access the virtual directory (the path is http://localhost/videofiles -> referring to a file server \\10.42.54.36\Shared\Videos using the Telerik RADEditor Control for MOSS and using the mediamanager or other links on the telerik radeditor control for moss.
Let me know how do i access the video files stored on a file server and embed them into the Telerik RADEditor control for moss. The RADEditor control is stored on a webpart page on sharepoint site which is a different server.
Your response to this highly appreciated and required urgently.
regards
Ram
Senior Solution Architect
Zensar Technologies Ltd.
Pune, India
I have just started developing a new site using the same Visual Studio 2008 setup as for other sites,
but on this site I am seeing a strange problem with the RadWindow (black skin).
1 ) The title bar has no background image.
( It is plain white instead of the black 3D bar)
2 ) The corners of the window are very small white triangles instead of transparent
A very similar site I developed a few months ago uses a very similar colour scheme, including the black skin on
the radwindow, and it is perfect.
Can you suggest what I can try to diagnose this?
I am using Q2 2009 version.
The actual window declaration is like this:
<telerik:RadWindow ID="RadWindowModel1" runat="server" OpenerElementID=" <%# ImageModel1.ClientID %> " NavigateUrl="~/windows/display-model.aspx?Title=Chateau%20Yquem%20Model&img=archi-big.jpg" Animation="Fade" VisibleStatusbar="False" Height="600px" Width="840px" Skin="Black" Title="Chateau Yquem Model" BorderStyle="None" VisibleTitlebar="True" ToolTip="Chateau Yquem Model" KeepInScreenBounds="True" BackColor="Black" BorderWidth="0px" ForeColor="Black" Left="0px" Modal="True" z-index="9900" Overlay="True"> </telerik:RadWindow>
Thanks
Clive.
XmlHttpPanel_ServiceRequest(object sender, RadXmlHttpPanelEventArgs e)
i set the values for toolbar but at runtime i have no results.
i have tried client side to update with ajax manager the control in
function OnClientResponseEnded(panel, args) {
but in that way i have no content at all in xmlhttp panel without have the toolbar changed.
Is there any way to do this ?
thanks in advice
Andrea