or


The path where it is actually located:
FEATURES\RadGridFeature\TelerikSPRadGridWebPart\TelerikSPRadGridWebPart.dwp
I created the missing RadGridSharePoint folder, moved the files where they should be and was able to activate the feature on the root site collection and configure the SPRadGrid Feature. When I try it on another site collection, I can activate the SPRadGrid Feature, but I get an error once it is configured.
Web Page error
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
Exception: System.ServiceModel.ServiceActivationException: The service '/_vti_bin/Telerik.Ajax.SharePoint/gridbindingservice.svc' cannot be activated due to an exception during compilation. The exception message is: Security settings for this service require 'Anonymous' Authentication but it is not enabled for the IIS application that hosts this service.. ---> System.NotSupportedException: Security settings for this service require 'Anonymous'
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %><%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %><script type="text/javascript"> function OpenRadWindow() { var wnd = window.radopen("http://www.microsoft.com", null); wnd.setSize(300, 400); return false; }</script>protected void Page_Load(object sender, EventArgs e){ Page.ClientScript.RegisterStartupScript(this.GetType(), "getting data", "OpenRadWindow();", true);}<telerik:RadStyleSheetManager ID="RadStyleSheetManager" runat="server" OutputCompression="AutoDetect" EnableStyleSheetCombine="true"> <StyleSheets> <telerik:StyleSheetReference Path="~/../../../WebAssets/Styles/mainstyles.css"/> <telerik:StyleSheetReference Path="~/../../../WebAssets/Styles/extrastyles.css"/> </StyleSheets></telerik:RadStyleSheetManager><appSettings> <add key="Telerik.Web.UI.StyleSheetFolders" value="~/../../../WebAssets/Styles"/></appSettings><telerik:RadStyleSheetManager ID="RadStyleSheetManager" runat="server" OutputCompression="AutoDetect" EnableStyleSheetCombine="true"> <StyleSheets> <telerik:StyleSheetReference Path="~/VirtualDirWebAssets/Styles/mainstyles.css"/> <telerik:StyleSheetReference Path="~/VirtualDirWebAssets/Styles/extrastyles.css"/> </StyleSheets></telerik:RadStyleSheetManager><appSettings> <add key="Telerik.Web.UI.StyleSheetFolders" value="~/VirtualDirWebAssets/Styles"/></appSettings>