It would even help if you ask us a few questions or point us where we should be looking?
Thanks,
BMW
|
{1}
|
<
telerik:RadDatePicker ID="txtDateExpires" runat="server" Skin="WebBlue" Font-Names="Arial" Font-Size="8pt" AllowEmpty="true">
<DateInput LabelCssClass="radLabelCss_WebBlue" Skin="WebBlue">
<ClientEvents OnFocus="ShowDatePopup2" />
</DateInput>
<Calendar Skin="WebBlue">
</Calendar>
<DatePopupButton CssClass="radPopupImage_WebBlue" />
</telerik:RadDatePicker>
All I need to show no date in this field. I tried setting MinDate property but it shows some date ( either 1/1/1980 or mindate I had chosen). How can show "NO" date in this control ? Please suggest.
Exception Details: System.InvalidCastException: Unable to cast object of type 'System.Web.Configuration.ScriptingScriptResourceHandlerSection' to type 'System.Web.Configuration.ScriptingScriptResourceHandlerSection'.
This looks like it should be a problem with dependent assembly binding redirects, but as far as I can tell I have them all in there and I've checked, double-checked, and triple-checked that I set everything up correctly and am lost as to why I'm getting this error.
I put a copy of my web.config file on my personal server at:
http://www.andora.us/SPTelerikHelp/webconfig.xml
On my master page, I added two lines of code:
At the top:
On my master page, I added two lines of code:
<%@ Register TagPrefix="telerik" Assembly="Telerik.Web.UI, Version=2008.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" %>
Just under the opening <FORM> tag:
<telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
Any help would be great, thanks!!
Greg Andora
<
tool name="MOSSLinkManager" shortcut="CTRL+K" />"
I fixed my first problem (AssetPickerConfig not defined) by copying the file AssetPickers.js in a new 1033 directory (http://www.telerik.com/community/forums/sharepoint-2007/full-featured-editor/moss-specific-buttons-aren-t-working.aspx)
But I have another javascript error when I click the hyperlink button: 'CurrentWebBaseUrl' is Null or not an Object.
Can you help me with this?
Thank.
Éric