
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
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
0
0
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
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 Message: Theme 'Default' cannot be found in the application or global theme directories.
Source Error:
Source File: /Default.aspx Line: 1
------------------------
I then removed the theme and got:
Parser Error Message: The file '/Editor/Examples/Overview/Info.ascx' does not exist.
Source Error:
Source File: /Default.aspx Line: 5
---------------------------------
Is it possible to get a working project for this sample?
thanks - dave
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:
|
Source File: /Default.aspx Line: 1
------------------------
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:
|
Source File: /Default.aspx Line: 5
---------------------------------
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
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
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
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
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
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
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
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
thanks - you