RadSocialShare generates a js error on page load, in IE 11. The Error does not occur in Chrome:
Line: 6
Error: Unable to set property 'control' of undefined or null reference
VS2013 .Net 4.5
Windows 8.1
RadControls for ASP.Net Q3 2013 version 2012.3.1308.45
Line: 6
Error: Unable to set property 'control' of undefined or null reference
VS2013 .Net 4.5
Windows 8.1
RadControls for ASP.Net Q3 2013 version 2012.3.1308.45
<
telerik:RadSocialShare
runat
=
"server"
ID
=
"RadSocialShare1"
UrlToShare
=
"http://www.telerik.com/products/aspnet-ajax.aspx"
TitleToShare
=
"ASP.NET AJAX Controls, .NET Web UI Components | Telerik"
>
<
MainButtons
>
<
telerik:RadSocialButton
SocialNetType
=
"ShareOnTwitter"
/>
<
telerik:RadSocialButton
SocialNetType
=
"Blogger"
/>
<
telerik:RadSocialButton
SocialNetType
=
"ShareOnFacebook"
/>
<
telerik:RadCompactButton
/>
</
MainButtons
>
</
telerik:RadSocialShare
>