Now I am using sharepoint 2010 for my project. I want to configure a web application for using telerik controls. What are the steps i have to follow to configure the web application.
Thanks.
Velkumar
3 Answers, 1 is accepted
0
Rumen
Telerik team
answered on 24 Nov 2011, 05:30 PM
Hi Velkumar,
Please, see the following article on the subject: Installing RadEditor & RadGrid Web Parts on SharePoint 2010. This installation will automatically add Telerik.Web.UI.dll to the GAC and the web.config file entries which are needed to use RadControls in SharePoint 2010.
Best regards,
Rumen
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
The RadControlsSP.wsp does not put the fully qualified name of the class in the handler section, why?
Without the fully qualified name, the Telerik controls break (DLLs are in the GAC). And manually editing the web.config files is not a solution, since any future web config entry modifications will result in duplicate Telerik tags getting created.
How do you get past this problem?
This is by design and you should not modify the Telerik.Web.UI.WebResource.axd handler and manually write its fully qualified name in the web.config file. The handler will work even without a fully qualified name, because it will be loaded by any existing Telerik control on the page.
Kind regards,
Rumen
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