This is a migrated thread and some comments may be shown as answers.

Unable to create RadWindow

2 Answers 98 Views
Window
This is a migrated thread and some comments may be shown as answers.
Subbu
Top achievements
Rank 1
Subbu asked on 20 Apr 2009, 03:06 PM

<%

@ Page Language="VB" AutoEventWireup="false" CodeFile="RadWindow.aspx.vb" Inherits="RadWindow" %>

 

 

<!

 

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

 

<%

@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>

 

<%

 

@ Register Assembly="RadWindow.Net2" Namespace="Telerik.WebControls" TagPrefix="radW" %>

 

 

<

 

html xmlns="http://www.w3.org/1999/xhtml" >

 

<

 

 

head runat="server">

 

 

 

<title>Untitled Page</title>

 

<

 

 

script language="javascript" type="text/javascript">

 

 

 

function ShowAddUserPage()

 

{

window.radopen(

 

"AccordionAjax.aspx", "ShowAddWindow");

 

}

 

</

 

script>

 

</

 

 

head>

 

<

 

 

body>

 

 

 

<form id="form1" runat="server">

 

 

 

<div>

 

 

 

<a href="" onclick="javascript:ShowAddUserPage();return false;">Test Code</a>

 

 

 

<radW:RadWindowManager ID="RadWindowManager2" VisibleOnPageLoad="false" Behavior="close" runat="server">

 

 

 

<Windows>

 

 

 

<radW:RadWindow OffsetElementId="ShowAddWindow" runat="server" Width="850px" Height="500px" Modal="true" ID="ShowAddWindow"></radW:RadWindow>

 

 

 

</Windows>

 

 

 

</radW:RadWindowManager>

 

 

 

<asp:LinkButton ID="lnkbtnRadOnCloseRefresh" runat="server"></asp:LinkButton>

 

 

 

</div>

 

 

 

 

 

</form>

 

</

 

 

body>

 

</

 

 

html>

 

 

when i run the above application i am the follwoing error

Cannot find file /FirstAjaxApp/RadControls/Window/Skins/Default/CoreTemplates.xml.Please make sure it is there, or provide HTML code for the window templates using the MinimizeTemplate, AlertTemplate, ConfirmTemplate, PromptTemplate properties of RadWindowManager

what is this error about? and what is the use of 

where do we find  the defination for window.radopen("") function ??

did i missed any setup ?

Pleae help  me out?
i am new to this radcontrols ? in our project we are using this radcontrols.

please guide me about this ...





2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 Apr 2009, 04:52 AM
Hello Subbu,

You can refer to the following forum link that i found which discusses about a similar issue as yours . Probably this should throw some light on your issue.
Problem with Radwindow application

Thanks
Princy.
0
Georgi Tunev
Telerik team
answered on 22 Apr 2009, 07:01 AM
Hi Subbu,

Please make sure that the RadControls/Window folder exist in the root of your web application (FirstAjaxApp). The Window folder contains files and folders needed for the proper operation of RadWindow for ASP.NET. You can copy the RadControls and all needed folders from it (for the RadControls that you are using in your web application) from the distribution that you have downloaded.




Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Subbu
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Georgi Tunev
Telerik team
Share this question
or