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

Where is the "RadControls" folder

10 Answers 373 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
al
Top achievements
Rank 1
al asked on 22 Jul 2008, 03:54 PM
I am using prometheus.

Everywhere I look in the documentation and on the web are references to a "RadControls" folder. WHERE IS IT?

How can I copy it to the root of my site when it does not exist -- I've looked in the installation directory under program files, I've looked in all the various .zip distributions? WHERE IS IT?

All the resources, scripts etc, are being served up by the axd. Nowhere does a folder organized like RadControls/Toolbar/Skins/Office2003/img/ exist.

-Al

10 Answers, 1 is accepted

Sort by
0
mac
Top achievements
Rank 1
answered on 22 Jul 2008, 03:58 PM
did you check here? 
c:\Program Files\Telerik\[the version you are using]
0
Svetlina Anati
Telerik team
answered on 22 Jul 2008, 04:01 PM
Hello Al,

When you install RadControls, the RadControls folder is automatically installed on your computer.

You can open it  from here:

Start\Programs\Telerik\RadControls for ASPNET AJAX\RadControls folder for ASPNET AJAX

The actual location on your hard disk is the following one:

C:\Program Files\Telerik\RadControls for ASPNET AJAX

I hope that this information is helpful.




Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
al
Top achievements
Rank 1
answered on 22 Jul 2008, 04:10 PM
As I mentioned, I've found that folder. It is "C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2008" on my machine.

But that folder does not match the structure mentioned all over the web. Also, it contains all sorts of junk that cannot (should not) be copied into a web folder like example projects, bin folders, etc.

Where is a version that has just the resources like css, images, scripts, etc that can be copied into a web project?

-Al

0
al
Top achievements
Rank 1
answered on 22 Jul 2008, 04:24 PM
I've copied the that whole folder to my web project, renamed it to be "RadControls" and deleted all but the "Skins" and "Scripts" subfolders.

Also, I've set this in my web.config
<add key="Telerik.EnableEmbeddedSkins" value="false"/>

Now, when I run my project, the Telerik controls are completely unskinned.

What am I missing?

-Al







:

0
Accepted
Dimo
Telerik team
answered on 23 Jul 2008, 08:41 AM
Hello al,

Are you sure that you are reading the right documentation? Please note that RadControls for ASP.NET and RadControls for ASP.NET AJAX ("Prometheus") are different suites of controls and they have different documentation. I suppose that you are using the new RadControls for ASP.NET AJAX, so the right documentation is here:

http://www.telerik.com/help/aspnet-ajax/

The relevant online demos are here:

http://www.telerik.com/demos/aspnet/prometheus/Controls/Examples/Default/DefaultCS.aspx

The new RadControls for ASP.NET AJAX do not use a RadControls folder, because all needed resources (scripts, CSS files, images) are embedded in the Telerik.Web.UI assembly.


As for your question regarding EnableEmbeddedSkins - this property tells all RadControls not to use embedded skins, which means that you have to register all skins manually. Do you really want to use non-embedded skins and if yes, please make sure that you have the needed skins prepared at a suitable location in your web application and that you have registered the CSS files manually or via an ASP.NET theme.

Here is some more information regarding RadControls for ASP.NET AJAX skins:

http://www.telerik.com/help/aspnet-ajax/controllingvisualappearance.html

Let us know if you need more information.


Kind regards,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jim
Top achievements
Rank 1
answered on 10 Dec 2008, 04:18 PM
I'm getting and error from the following statement in my RadCalendar control that I'm adding to a SharePoint web part in Visual Studio.2008.

calendar.RadControlsDir = "~/layouts/RadControls";


Everywhere I read it seems to point to instructions saying "Copying the RadControls folder to your web application"

I went to C:\Program Files\Telerik\RadControls for ASPNET AJSX Q3 2008 folder. There are other folders and files in there.

All the instructions I have found seem unclear what to copy and where to copy. Do I copy the entire folder with all the sub folders and files into my Visual Studio.2008 web application. If so where do I put it. That seems like a strange thing to do.

Maybe I'm not understanding the instructions or perhaps the instructions that are written could be improved to be more clear.

Jim
0
Dimo
Telerik team
answered on 10 Dec 2008, 06:37 PM
Hi Jim,

Please read my previous post above. RadControls for ASP.NET AJAX, which you obviously use, do not have a RadControls folder and you don't need to copy anything.

Integrating RadControls in MOSS
http://www.telerik.com/help/aspnet-ajax/moss-overview.html


Best wishes,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jim
Top achievements
Rank 1
answered on 10 Dec 2008, 06:47 PM

Ok, thank Dimo. That’s very helpful but I’m still getting the error below for the folloing statement. So far I ahve not been able to resolve this.

calendar.RadControlsDir = "~/layouts/RadControls";

 

Error      1              'Telerik.Web.UI.RadCalendar' does not contain a definition for 'RadControlsDir' and no extension method 'RadControlsDir' accepting a first argument of type 'Telerik.Web.UI.RadCalendar' could be found (are you missing a using directive or an assembly reference?)      D:\data\Visual Studio 2008\RadCalendar2\RadCalendar2\RadCalendar2\RadCalendar2.cs         57           22           RadCalendar2

0
Sebastian
Telerik team
answered on 11 Dec 2008, 09:27 AM
Hello Jim,

Based on the resources referenced previously in this thread you can conclude that each RadControl for ASP.NET AJAX does not have RadControlsDir property, therefore you can safely remove this line of code. Merely RadControls for ASP.NET (predecessors of RadControls for ASP.NET AJAX) have such property available.

Regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jim
Top achievements
Rank 1
answered on 11 Dec 2008, 08:37 PM
Sebatian,

Thank you for your help. I now have a clean build. I can find the web part in SharePoint but I cannot add it as a web part. I get the following error, 'file not found'. But I have no idea how to fix this and what file is not found. It seems like I'm almost there but I have completely run out of ideas. I opened a Support Ticket #179070 yesterday although I didn't include the full project. I may have to do that.

I realize that some of the most frustrating problems turn out to have a simple solution that seems to be elusive.

Jim
Tags
General Discussions
Asked by
al
Top achievements
Rank 1
Answers by
mac
Top achievements
Rank 1
Svetlina Anati
Telerik team
al
Top achievements
Rank 1
Dimo
Telerik team
Jim
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or