Hi Telerik Support Team,
I came to know from one of your post replies that I can actually hardcode the text of header date in the following way:-
I want to use the FindControl method in a few more places. May I get a list of what are the various controls within the radscheduler so that I can design the scheduler in a lot more flexible way?
I came to know from one of your post replies that I can actually hardcode the text of header date in the following way:-
LiteralControl
dateLabel = (LiteralControl)RadScheduler1.FindControl("DateLabel");
dateLabel.Text = RadScheduler1.SelectedDate.ToString(
"D");
I want to use the FindControl method in a few more places. May I get a list of what are the various controls within the radscheduler so that I can design the scheduler in a lot more flexible way?