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

AdvancedEditTemplate Customization

3 Answers 90 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
sudesh
Top achievements
Rank 1
sudesh asked on 26 Mar 2009, 08:35 AM
Hello,

I am going to customize the Scheduler control and following below example.
http://www.telerik.com/help/aspnet-ajax/schedule_advancedformtemplate.html

I have added a new text box in the  AdvancedEditTemplate and needs to get the value in the text box from the .aspx page where the Scheduler control is added. Is there any example to do this? Appreciate your help on this.

Thanks,
Sudesh

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 26 Mar 2009, 08:41 AM
Hello sudesh,

Please, see this help topic for a step by step instructions on this:

http://www.telerik.com/help/aspnet-ajax/schedule_advancedformtemplate.html


All the best,
Peter
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
sudesh
Top achievements
Rank 1
answered on 26 Mar 2009, 10:52 AM
Hello Peter,

I am following that example. I need to read that "Description" property from the web page i have added the Scheduler control into.
For example if i need to display the value of the "Description" property for a button click event from a web page, i cant access the Description property as RadScheduler.Description.
Will this be possible to do?

Thanks,
Sudesh
0
Peter
Telerik team
answered on 30 Mar 2009, 12:29 PM
Hi sudesh,

The Description is a property of the appointment object, not of RadScheduler. The code which you suggested -  "RadScheduler.Description", is ambiguous for which appointment to access the description field.

You could use FormCreated and a hidden field to store the appointments description. This way you could access the description of the last appointment that was edited.


Kind regards,
Peter
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
sudesh
Top achievements
Rank 1
Answers by
Peter
Telerik team
sudesh
Top achievements
Rank 1
Share this question
or