Adding Custom Fields to RadScheduler for WinForms Appointments

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Thu, 08 Apr 2010 00:00:00 GMT Indexed on 2010/04/08 16:53 UTC
Read the original article Hit count: 818

Filed under:
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 ...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner