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

Create my own insert and edit-dialogs in RadWindow

3 Answers 35 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Olle
Top achievements
Rank 1
Olle asked on 21 Jan 2013, 03:22 PM
Hi,

Is it possible to take the Appointment-object from the "clientFormCreated"-funktion, modify it in a separate "telerik:RadWindow" with own logic (search, etc.)  and then send the updated Appointment-object to either OnClientAppointmentWebServiceInserting-function or OnClientAppointmentWebServiceUpdating-function?

I have very little data, just subject, one resource, and date/time, but i need to implement search in some different ways to let the user find the correct resource.

Can i cancel the showing on the advanced form in "clientFormCreated"? I just want to get the Appointment-object.

/Olle



3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 24 Jan 2013, 03:07 PM
Hello Olle,

 
Thank you for contacting Telerik support.

I will need some more time to inspect this scenario and will contact you as soon as possible. Please excuse me for this delay in advance.

All the best,
Plamen
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
Sal
Top achievements
Rank 1
answered on 24 Jan 2013, 08:28 PM
I have a similar need. When creating a new appointment I want to have the user be able to select a customer and assign a resource. I would want to be able to have a  type ahead text box and\or a search box to look up a customer provided by a back end service. I would like to know if this is possible before I purchase.

Thank you,

Sal
0
Accepted
Plamen
Telerik team
answered on 28 Jan 2013, 01:31 PM
Hi guys,

 
Here is a sample project where a sample scenario with RadWindow and RadScheduler bound to Web Service is implemented.

@Olle: Please pay attention that in order to achieve this you have to cancel the OnClientAppointmentInserting/Editting client events in order to achieve this functionality.

@Sal: For your scenario you can just consider using AdvancedTemplate as in this on-line demo- for web service you can get the code from this Code Library)

Hope this will be helpful.

Kind regards,
Plamen
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
Olle
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Sal
Top achievements
Rank 1
Share this question
or