Adding Custom Fields to RadScheduler for WinForms Appointments
Posted by: the telerik blogs,
on 08 Apr 2010 |
View original | Bookmarked: 0 time(s)
When using RadScheduler for WinForms, it
will almost always need to be customized in some way. This could come in
the form of custom dialogs, context menus, or even custom appointments.
In this blog entry, I am going to explain the steps required to add a
custom field to RadScheduler.
Click here to download the source code
and follow along...
Adding Custom Fields to Appointments
In
this example, a custom field for Email will be added to the Appointment
class being used by RadScheduler. The process of accomplishing this
involves five simple steps.
Step 1: Add a Custom
Field to the Data Source
In order to display a custom field in
RadScheduler, the field will first need to already exist in, or be added
to the data source. In this example, the database being used is based
on the structure of the SchedulerData sample database included with the
installation of RadControls for WinForms. Figure 1 shows the structure
of the database. Note ...