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

7 Demo Isolation Steps

3 Answers 58 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ian
Top achievements
Rank 1
Ian asked on 07 Mar 2012, 09:21 PM

 

G'Day Guys,

I love the demos that you have posted, such as http://demos.telerik.com/aspnet-ajax/grid/examples/clientbinding/defaultcs.aspx and it is great that you have provided the source code.

You have also provided "Instructions how to isolate this demo as a stand-alone application (removing the Quick Start Framework dependencies)" which are easy enough to follow but very time consuming. Can you post the stand alone code as well? That way it only needs to be done once, rather than hundreds of us wasting our time going through the code and deleting out the Quick Start Framework dependencies. I know I would be more inclined to play with the code if I didn't have to spend half an hour on each example cleaning it up.

If you don't want to do it yourself then maybe provide an upload box where some good Samaritan can submit the code that they just spent half an hour cleaning, so that it doesn't have to be done by hundreds of others.

Just a thought.

Cheers

Ian.

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 12 Mar 2012, 07:25 PM
Hello,

The main purpose of QSF instructions is to explain how to strip the QSF-related logic and isolate a particular demo as a stand-alone runnable solution.  Here are two important steps that you should take to isolate the desired demo: 

1.Remove the irrelevant Register directives at the top of the page which are used for common QSF header/footer, SessionDataSource, configurators, etc. registration, namely:  
<%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" %> <%@ Register TagPrefix="telerik" TagName="Header" Src="~/Common/Header.ascx" %> <%@ Register TagPrefix="telerik" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %> <%@ Register TagPrefix="telerik" TagName="Footer" Src="~/Common/Footer.ascx" %> <%@ Register TagPrefix="sds" Namespace="Telerik.Web.SessionDS" %>

2.Strip the corresponding tags (listed below) from the markup of the page:
 
<telerik:Header …. /> <telerik:HeadTag …. /> <telerik:Footer …. /> <qsf:XXXXX …./>
 

All the best,
Pavlina
the Telerik team
 
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
 
0
weyer
Top achievements
Rank 1
answered on 10 Dec 2014, 08:46 PM
And yet, having gone through the steps as instructed, the results don't always work.  There are errors and it's time-consuming to debug.  Why not just post complete, standalone, demo apps?  Sheesh!
0
Pavlina
Telerik team
answered on 11 Dec 2014, 03:44 PM
Hello,

We are always trying to improve our support resources and any constructive feedback is welcome. Could you please elaborate more on the problems that you experience when working with the code snippets? Let me know if you have any specific suggestions on how to improve them.


Regards,
Pavlina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Ian
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
weyer
Top achievements
Rank 1
Share this question
or