(I was surprised that "custom" and "attributes" returned nothing in the search!)
I'm following the "Custom resources and attributes" section of the RadScheduler tree
(http://www.telerik.com/help/aspnet-ajax/schedule_designcustomresourcesandattributes.html)
and am trying to add an attribute.
There's a seemingly throw-away line at the bottom that says "If you enable custom attribute editing, be sure that your insert and update statements accept a parameter with the name of the custom attribute."
Since I'm using a custom "MyDbScheduleProvider" to do all the work, can someone post an example of how I would alter the GetAppointments, Insert, and Update functions to accomidate the new attribute?
Thanks!
I'm following the "Custom resources and attributes" section of the RadScheduler tree
(http://www.telerik.com/help/aspnet-ajax/schedule_designcustomresourcesandattributes.html)
and am trying to add an attribute.
There's a seemingly throw-away line at the bottom that says "If you enable custom attribute editing, be sure that your insert and update statements accept a parameter with the name of the custom attribute."
Since I'm using a custom "MyDbScheduleProvider" to do all the work, can someone post an example of how I would alter the GetAppointments, Insert, and Update functions to accomidate the new attribute?
Thanks!