|
Article relates to
|
RadScheduler for ASP.NET AJAX
|
|
Created by
|
Peter, Telerik
|
|
Last modified
|
December 7, 2011
|
|
Last modified by
|
Peter, Telerik
|
HOW TO
Adjust the RadTimePicker settings of the advanced form.
DESCRIPTION
The Start and End RadTimePicker controls can be found in
FormCreated and their default settings can be overriden. For the changes to take effect, however, you need to set the DataSource of the control to
null and call DataBind():
startTime.TimeView.DataList.DataSource = null;
startTime.DataBind();
SOLUTION
C#
VB.NET