I have 2 questions about the RadScheduler, that I can not find a solution for in the documentation. I'm using Stored Procedures for databinding, insert, update and delete.
- When I ad a new event to my RadScheduler, it allways shows as Recurrent. I guess this has something to do with what I insert into the tablefields RecurranceParentId and RecurrenceRule. What is the default value for those 2 fields if an event is nonreccurrent, and What is the default value for RecurranceParentId if an event is recurrant?
- If I have a recurrent event but I want to delete one of the occurences in the series, what will the SQL statement look like? The same goes for updating an occurence in a series.
Examples would be much appreciated.