I have a Telerik Radscheduler embedded in a non-Telerik program that uses a non-Telerik edit appointment form. I want to add a custom field to AppointmentMappingInfo to pass in a field that is an ID that is used to tell the non-Telerik program what appointment information to load into the form.
I followed this tutorial: http://www.telerik.com/help/winforms/scheduler-data-binding-binding-to-custom-fields.html to implement it, however it seems this will only work if you use a customized version of the Telerik edit appointment form since the custom Appointment is passed as an IEvent into the custom form's LoadSettingsFromEvent() function. How can I get access to my custom appointments when I'm using a non-Telerik edit appointment form?
Thanks.
I followed this tutorial: http://www.telerik.com/help/winforms/scheduler-data-binding-binding-to-custom-fields.html to implement it, however it seems this will only work if you use a customized version of the Telerik edit appointment form since the custom Appointment is passed as an IEvent into the custom form's LoadSettingsFromEvent() function. How can I get access to my custom appointments when I'm using a non-Telerik edit appointment form?
Thanks.