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

Where can I get your samples?

9 Answers 107 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
David Thielen
Top achievements
Rank 1
David Thielen asked on 18 Apr 2013, 09:58 PM
Hi;

You show this  http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx on your website. But I can't find where I can get that to run it on my system.

??? - thanks - dave

9 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 19 Apr 2013, 03:49 AM
Hi,

I suppose you need the source code of the demo. You can find the source code if you click the link button provided in the page top right corner. Please check the screenshot provided below.

Thanks,
Princy.
0
Danail Vasilev
Telerik team
answered on 19 Apr 2013, 10:58 AM
Hi Dave,

You can either copy-paste the source code of a certain demo in your project and then run it, following the approach that Princy mentioned, or you can download our Live Examples - RadControls for ASP.NET AJAX from your account and then install and run them.

I have recorded a short video here, demonstrating how to download our live demos.

Greetings,
Danail Vasilev
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
David Thielen
Top achievements
Rank 1
answered on 19 Apr 2013, 03:25 PM
Hi;

Ok, I copied that over and pasted it (a zip of the project would be a lot better) and got:

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: Theme 'Default' cannot be found in the application or global theme directories.

Source Error: 

Line 1:  <%@ Page Theme="Default" Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"Inherits="Telerik.Web.Examples.Editor.Overview.DefaultCS"  %>
Line 2:   
Line 3:  <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>

Source File: /Default.aspx    Line: 

------------------------

I then removed the theme and got:

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: The file '/Editor/Examples/Overview/Info.ascx' does not exist.

Source Error: 

Line 3:  <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
Line 4:  <%@ Register TagPrefix="qsf" Namespace="Telerik.QuickStart" %>
Line 5:  <%@ Register Src="~/Editor/Examples/Overview/Info.ascx" TagName="Info" TagPrefix="qsf" %>
Line 6:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Line 7:  <html xmlns='http://www.w3.org/1999/xhtml'>

Source File: /Default.aspx    Line: 

---------------------------------

Is it possible to get a working project for this sample?

thanks - dave
0
David Thielen
Top achievements
Rank 1
answered on 19 Apr 2013, 06:03 PM
Hi;

Thank you for the video. But how do I get that control panel? I ran the control panel installed and it does not have the demos choice:

http://www.windward.net/temp/telerik4.png

??? - thanks - dave
0
Danail Vasilev
Telerik team
answered on 22 Apr 2013, 02:58 PM
Hello Dave,

The purpose of the Telerik Control Panel is to manage the Telerik product suites on your computer - you can easily install a new Telerik product or upgrade an existing one to the latest version.

The demos, however, can be downloaded from your Telerik profile - you have to initially log into your account from the official site of Telerik and then reach the download section for the particular suite, where are located the demos. I have recorded a new video here, that demonstrates how to do that.

If you decide, however, to use the code snippets from our online demos, you should initially strip the unnecessary code, in order to make it a stand-alone application. The exact steps that explains this can be found when you click the Demo isolation steps button, located on the top of the source code. For example, these are the irrelevant register directives and tags used for our QSF (Quick Start Framework).

Greetings,
Danail Vasilev
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
David Thielen
Top achievements
Rank 1
answered on 22 Apr 2013, 04:20 PM
Hi;

I installed the demos and the demos themselves run. However, same problem on trying to copy it to my own project. The stand-alone instructions don't match the actual code at all. For example, there is no asp:Parameter in the code.

Do you have a sample solution I can just open and run? Or a way to create a new web application with the editor control in it?

thanks - dave
0
Accepted
Danail Vasilev
Telerik team
answered on 24 Apr 2013, 01:35 PM
Hello David,

The demo isolation instructions are just a basic guide lines for all the demos. Therefore it is not necessary to follow the exact and the same steps for all the demos, as each demo is unique - one demo may contain certain QSF user controls,use particular datasources and WCF services while the other demo may not.

For your convenience I have created and attached to this post a runnable VS project that contains RadEditor.


Greetings,
Danail Vasilev
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
David Thielen
Top achievements
Rank 1
answered on 24 Apr 2013, 01:49 PM
Hi;

Thank you but I've learned that your control does not have the functionality we need. We must have support for more than html (tabs, fields, etc.).

thanks - dave
0
David Thielen
Top achievements
Rank 1
answered on 25 Apr 2013, 05:32 PM
I'm back to evaluating your control and so went to your sample - it works!!!

thanks - you
Tags
General Discussions
Asked by
David Thielen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Danail Vasilev
Telerik team
David Thielen
Top achievements
Rank 1
Share this question
or