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

Is it possible to bring a Modal form

5 Answers 44 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ilya
Top achievements
Rank 1
Ilya asked on 22 Mar 2012, 05:32 PM
I was wondering if it was possible to use our own custom modal from instead of AdvancedInsertTemplate. So when a user double clicks on the Appointment instead of showing him/her a AdvancedInsertTemplate our own Modal form will show up. When user fills out that modal form and click Insert we will simply re-bind scheduler to see new appointment. Thanks

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 26 Mar 2012, 12:10 PM
Hello,

Yes, this is possible. Please, see the External Edit in RadDock demo for implementation details. Attached is also a simple demo with external edit in RadWindow.



Greetings, Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ilya
Top achievements
Rank 1
answered on 26 Mar 2012, 08:58 PM
Another question. I am having trouble finding documentation about properties and methods of appointment object when it is being accessed from a javascript. I know about get_id();, get_subject();, apt.get_start(); but I can't seem to find a list of all possibilities. What I need to do is populate controls within a Panel with values from a particular appointment when a user clicks on an existing appointment and OnClientAppointmentClick fires up. Also, I am using CustomAttributeNames, is there a possibility to access those values as well in javascript? Thanks
0
Peter
Telerik team
answered on 27 Mar 2012, 02:32 PM
Hello Ilya,

Please, refer to the following help topics:

Also, here are two demos that illustrate the use of the client API:


All the best,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ilya
Top achievements
Rank 1
answered on 27 Mar 2012, 05:00 PM
Ok that helps a lot. But now I have a question about ReminderCollection. How do I access the minutes value stored in the Reminder rule? 
I assume the following code will retrieve all reminders and then reminder at the specified index (0 in out case). But what are the methods of getReminder object to find that time value?

var reminders = apt.get_reminders();
var reminder = remind.getReminder(0);

var tvalue = reminder.Trigger.Minutes (???)
0
Peter
Telerik team
answered on 28 Mar 2012, 11:20 AM
Hello Ilya,

The get_trigger() method of the Reminder client object returns the Reminder trigger value in minutes.


Greetings,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Ilya
Top achievements
Rank 1
Answers by
Peter
Telerik team
Ilya
Top achievements
Rank 1
Share this question
or