This is a migrated thread and some comments may be shown as answers.

[Solved] How do i know what are the various controls within the radscheduler?

3 Answers 85 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Indranik
Top achievements
Rank 1
Indranik asked on 12 Dec 2008, 05:35 AM
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:-
        

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?

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 12 Dec 2008, 01:39 PM
Hi Indranik,

Some controls don't render IDs so they cannot be accessed using the FindControl method. Also, we don't have a list of the controls used in RadScheduler. If you tell us which controls you need to access, we will send you instructions how to do it.


Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
SKS
Top achievements
Rank 1
answered on 14 Sep 2009, 06:16 PM
how do u access the controls inside a radscheduler?damn it?

0
Peter
Telerik team
answered on 15 Sep 2009, 02:51 PM
Hi ,

Please, see the following resources.

Access the embedded RadCalendar on the server-side:
http://www.telerik.com/help/aspnet-ajax/how-to-access-embedded-raddatepicker-on-server-side.html

How to access controls in the advanced form:
http://www.telerik.com/support/kb/aspnet-ajax/scheduler/how-to-access-controls-in-the-advanced-form.aspx


Best wishes,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Indranik
Top achievements
Rank 1
Answers by
Peter
Telerik team
SKS
Top achievements
Rank 1
Share this question
or