
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
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:
}
but I need to call this opening too....
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
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.