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

HowTo add Telerik.Web.UI to SharePoint Visual WebPart

3 Answers 367 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
Volker
Top achievements
Rank 1
Volker asked on 17 Jul 2012, 05:14 AM
1.) Drag AJAX Control on WebPart
2.) Get strong name with JustDecompile e.g.:

Telerik.Web.UI, Version=2012.2.607.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4
3.) Replace "Assembly" on UserControl with strong name:

<%@ Register Assembly="Telerik.Web.UI, Version=2012.2.607.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" ...
4.) Open Package.package -> Advanced -> Add -> Add existing assembly... 
4.a) Source Path, e.g: C:\Program Files (x86)\Telerik\RadControls for ASP.NET AJAX Q2 2012\Bin35\Telerik.Web.UI.dll
4.b) Deployment Target: GlobalAssemblyCache
4.c) Location: Telerik.Web.UI.dll
4.d) Safe Controls: -> Click here to add new item...
4.e) Namespace: Telerik.Web.UI
4.f) TypeName: *
4.g) Assembly Name (e.g.): Telerik.Web.UI, Version=2012.2.607.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4
4.f) Safe: =Checked

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 18 Jul 2012, 08:57 AM
Hi,

 
Thank you for sharing the steps you follow to add Telerik.Web.UI to SharePoint WebPart. More information about this issue may be found in these two help articles as well:

http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html
http://www.telerik.com/help/aspnet-ajax/moss-incorporate-radcontrols-in-moss-sites.html

All the best,
Plamen
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
Volker
Top achievements
Rank 1
answered on 18 Jul 2012, 09:28 AM
Hi Plamen,
Thank you, I know the other 2 articles. I always favor steps where I do not have to touch the SP server manually in any way.
All the best, Volker

0
Plamen
Telerik team
answered on 19 Jul 2012, 07:42 AM
Hello Volker,

 
Thanks for your concern with RadControls. I added these two articles in case someone from the community doesn't know them and needs additional information.

All the best,
Plamen
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.
Tags
Documentation and Tutorials
Asked by
Volker
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Volker
Top achievements
Rank 1
Share this question
or