It looks like the Samples for the Scheduler control Samples:
C:\Program Files (x86)\Infragistics\NetAdvantage 2012.1\ASP.NET\CLR4.0\Forms,
especially the AppointmentAdd, Recurrence and Reminder forms use outdated infragistics controls and need to be updated.
Is there a more recent set of Scheduler samples that I can download??
Hello Charles,Please let me know if you have any further questions regarding this issue.
Hello Charles,There has been a product idea logged with id PI12080152 regarding new forms with the Aikido controls to be created in future versions of our ASP package.
At the moment it seems that different forms with the Aikido controls are not planned to be created. However it seems that the assemblies needed to use the classical controls that are used in the current forms are available as part of the Schedule dll’s. So if you set all the references for the retired ultra controls for example for the ultawebtab like this:
<%@ Register TagPrefix="igtab" Namespace="Infragistics.WebUI.WebSchedule.UltraWebTab" Assembly="Infragistics35.WebUI.WebSchedule.v12.2, Version=12.2.20122.1, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>
Then the forms will work as expected. Let me know if there’s anything else I can assist you with.