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

Displaying the advanced form

5 Answers 132 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
subhashini T
Top achievements
Rank 1
subhashini T asked on 07 Jun 2010, 06:33 PM
Is it possible to display the advanced insert template of the radscheduler on (custom) button click(handling it in the code behind)?I have a linkbutton in the page.  The radscheduler is also present in the same page.  I am trying to load the advanced insert template upon clicking the asp.net linkbutton.  Any help in this regard is highly appreciated.    

5 Answers, 1 is accepted

Sort by
0
subhashini T
Top achievements
Rank 1
answered on 09 Jun 2010, 05:29 AM
got it working!
0
Nina
Top achievements
Rank 1
answered on 21 Jul 2010, 04:48 PM
can you post this?  The only code I can find, is on creating a new template: 
RadScheduler1.AdvancedInsertTemplate = new AppInsertTemplate ();
    public class AppInsertTemplate : IBindableTemplate
    {
     ...
        }
but I need to call this opening too....
0
SSirica
Top achievements
Rank 3
Iron
Iron
Iron
answered on 09 Sep 2010, 06:54 PM
I wouldn't mind seeing what you came up with either.
0
Nina
Top achievements
Rank 1
answered on 13 Sep 2010, 03:43 PM
Peter sent these methods, which is exactly what I was looking for:

You can use the following server-side methods:

RadScheduler1.ShowAdvancedEditForm()
RadScheduler1.ShowAdvancedInsertForm()


Greetings,
Peter
the Telerik team
0
SSirica
Top achievements
Rank 3
Iron
Iron
Iron
answered on 13 Sep 2010, 06:10 PM
Great thanks.
Tags
Scheduler
Asked by
subhashini T
Top achievements
Rank 1
Answers by
subhashini T
Top achievements
Rank 1
Nina
Top achievements
Rank 1
SSirica
Top achievements
Rank 3
Iron
Iron
Iron
Share this question
or