Hi,
I was using RadScheduler version 2011.2.11.831 and recently I have downloaded 2013.1.220.20 and started testing. But within CreateOccurrence function, the below code gives an error.
is returning nothing and this causes an exception.
This was working perfectly fine with RadScheduler 2011.2.11.831 version.
I am using VB.NET in VS 2010
Regards
I was using RadScheduler version 2011.2.11.831 and recently I have downloaded 2013.1.220.20 and started testing. But within CreateOccurrence function, the below code gives an error.
'For repeated occurrences..
Dim appType As Type = GetType(Telerik.WinControls.UI.Appointment)
appType.GetField("masterEvent", System.Reflection.BindingFlags.Instance Or System.Reflection.BindingFlags.NonPublic).SetValue(appointment, Me)appType.GetField("masterEvent", System.Reflection.BindingFlags.Instance Or System.Reflection.BindingFlags.NonPublic)is returning nothing and this causes an exception.
This was working perfectly fine with RadScheduler 2011.2.11.831 version.
I am using VB.NET in VS 2010
Regards