I have server RadSocialButtons on my RadSocial Share Control. The dialog sizes are working for all of the buttons except for the SendEmail button.
Here's the mark-up.
<telerik:RadSocialShare runat="server" ID="RadSocialShare1" UrlToShare="http://www.jennalogan.com" TitleToShare="JennaLogan.com, the Internet's premiere fine jewelry lender." DialogHeight="550px" DialogWidth="950px" onprerender="RadSocialShare1_PreRender"> <MainButtons><telerik:RadSocialButton SocialNetType="ShareOnFacebook" ToolTip="Share on Facebook" DialogHeight="550px" DialogWidth="990px" /><telerik:RadSocialButton SocialNetType="ShareOnTwitter" DialogHeight="480px" DialogWidth="640px" ToolTip="Tweet about this." /><telerik:RadSocialButton SocialNetType="Blogger" DialogHeight="660px" DialogWidth="950px" ToolTip="Blog about this." /> <telerik:RadSocialButton SocialNetType="SendEmail" DialogHeight="550px" DialogWidth="1000px" ToolTip="Email this to a friend" /></MainButtons></telerik:RadSocialShare>Am I missing something?
Thx,
Lee