Hello, Plamen.
Thank you for your suggestion.
In order to implement what the help topic suggests, I have implemented the following changes in my application:
1) Creation of class SchedulerResult
The purpose of property InsertResult is to store the result of the method that creates appointments (Insert method, Data Provider class).
2) In the Data Provider class, I have changed the return type of method Insert from
to
This way, the result of the insertion (stored in the local variable insResult) is assigned to property InsertResult:
The compiler has not "approved" these changes though:
'Scheduling.PersonalTraining_PrivateTraining_DataProvider.Insert(Telerik.Web.UI.ISchedulerInfo, Telerik.Web.UI.Appointment)': return type must be 'void' to match overridden member 'Telerik.Web.UI.SchedulerProviderBase.Insert(Telerik.Web.UI.ISchedulerInfo, Telerik.Web.UI.Appointment)'
I would appreciate whether you could help me address this issue.
Thank you.
Paulo