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

Run a demo

3 Answers 114 Views
Window
This is a migrated thread and some comments may be shown as answers.
Francis
Top achievements
Rank 1
Francis asked on 07 Apr 2011, 06:41 PM
Hey, I know this is very basic but, how am I supposed to install the demo in my website ? I'm trying to copy the code from the RadWindow and MDI sample and then copy the Common folder into my WebSite, but some tags are not found still. What am I doing wrong here ?

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 08 Apr 2011, 07:46 AM
Hello Francis,

Have you followed the steps given in the Demo isolation steps link (the link is available on every demo page, in the top right corner of the Source Code fields)? I assume that the tags that are causing the problem on your side are the QSF's ones (qsf:HeadTag, etc.) - you need to remove these.


Regards,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Francis
Top achievements
Rank 1
answered on 08 Apr 2011, 02:42 PM
Hi Georgi, thanks for your answer.

Though I'm not really getting it. Here is what I did for every steps in the Demo isolation steps :

I copied all the Common folder (from Live Demos folder) in my Project.

1) I replaced the five Register lines by the five said in the first step.
2) I replace all the qsf: by telerik:

and this is where I'm stuck...
0
Marin Bratanov
Telerik team
answered on 13 Apr 2011, 11:49 AM

Hi Francis,

You need to remove the Register directives from the demo, not replace them. Depending on your solution you might need to add the following directive instead:

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

The qsf: tags are custom controls that are used in our demos and you need to remove them, not replace them with telerik:.

A general approach to copying a demo can be to look at the page markup and copy only the relevant tags and JavaScript functions instead of copying the whole page.

At the current state of affairs I can only be guessing, so i order for us to be able to help you further please specify the exact issue you are having.


All the best,
Marin
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Window
Asked by
Francis
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Francis
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or