Hi,
I want to add templates at run-time. Could you please let me know where and how would I do that in code insetead of aspx page. I'm building a server control and cannot use aspx.
<telerik:Radschdular>
<AppointmentTemplate>
<%# Eval("Subject")%>
<asp:Label runat="server" ID="lbl1" />
</AppointmentTemplate>
</telerik:Radschdular>
I think i need to use this in the code:
RadScheduler1.AppointmentTemplate.InstantiateIn(lbl1);
But, i'm not sure how to use this. Any help or suggestion would be appereciated.
Thank you,
-Sal