I have some RadDatePicker’s on a custom module I developed for use with DNN. The module is placed on a page that All Users are allowed to see. When I am logged on as Host the date picker functionality works fine however when not logged on I see a link to “Open the calendar popup” that does not work. If I log back in then the calendar is there and everything looks and works good again. I am testing and getting the same functionality on Google Chrome and IE9, Visual Studio 2010, DNN 5.6.8, 3.5 Framework, Telerik dll 2011.1.519.35
This points me to a configuration/security issue that I can not figure out at this time. I have tried the following steps:
1. 1 - Verified the security properties on the bin folder and Telerik.Web.UI.dll
2. Added the following line to the page: <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
3. Verified the DNN security settings on the page and module to be available for all users.
4. Added the following lines to the page: <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server">
<StyleSheets>
<telerik:StyleSheetReference Name="Telerik.Web.UI.Skins.Calendar.css" Assembly="Telerik.Web.UI" />
<telerik:StyleSheetReference Name="Telerik.Web.UI.Skins.[SkinName].Calendar.[SkinName].css" Assembly="Telerik.Web.UI" />
</StyleSheets>
</telerik:RadStyleSheetManager>
Thank you ahead of time for reading this and any input is greatly appreciated.