New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Adding a Description Field

With Q3 2009, RadScheduler supports an integrated description field.description field

To enable the description field, you need to set the DataDescriptionField property. For example -DataDescriptionField="Description", where "Description" is a field or column name in the data source used to bind RadScheduler.

If using a provider, then you need to set EnableDescriptionField="true".

In this article