<%
@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<%
@ Register TagPrefix="rad" Namespace="Telerik.WebControls" Assembly="RadUpload.NET2" %>
by using this syntax: $find("<%= radUpload.ClientID %>").addFileInput();
works fine.
Earlier when I was using reference:
<%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" Assembly="Telerik.QuickStart" %>
<%
@ Register TagPrefix="rad" Namespace="Telerik.WebControls" Assembly="RadUpload.NET2" %>
then $find syntax doesn't work.
I guess the syntax which I am currently using uses the ajaxified radupload.
Well, I am facing one problem with this,
I am not able to applu skin to thsi control. I tried it by using syntax:
<
telerik:RadUpload ID="radUpload" EnableEmbeddedSkins="false" ControlObjectsVisibility="All" Skin="Classic" runat="server"></telerik:RadUpload>
This doesn't works.
Please reply.
Hi,
We have Moss 2007 running very well with your RadEditor. In our case as a College, we really need this feature for the additional browser and OS flexibility that is a requirement here.
My concern now is that I need the RadEditor to be turned on for newly created sites by default. New sites will potentially be created by a wide range of users from all levels of technical savvy. Having to instruct each of them to turn on the RadEditor features in site settings after every single site creation is something we would rather avoid.
I have accomplished this so far by creating custom templates based on the out of box ones with the correct features turned on. I then restricted users to only these new templates. However, things are not so easy with MySites. These do not seem to conform to the same mechanic of customization as other templates.
Is there an easy way to just set the RadEditor features "on" by default for everything? Especially MySites? And if there is no easy way, can someone point me to a more complex one?
Thanks!
Hi Paul
I am facing a typical problem.
I am creating RadTabStrips dynamically with each one containing a separate webcontrol. For navigating between tabs I use buttons. On clicking I am able to navigate between the tabs.
But, if I am putting the entire thing inside a RADDOCK, on clicking the button an error message "Object Reference Not Set To An Instance of An Object" gets displayed.
Please find the code snippet below (Red Colored Line is giving the error):