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

Coexistance of Scheduler and ScheduleView

3 Answers 60 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Dario
Top achievements
Rank 1
Dario asked on 07 Jun 2011, 01:30 PM
Hi to all,
I create a silverlight application, I have a page that contains RadScheduler control, all it's ok.
Now I need to add RadScheduleView also, in same page.

Can I use both controls on the same project?
I ran into problems after I added the reference of RadScheduleView.


I'm trying to convert the RadScheduler in RadScheduleView, based "Migration from RadScheduler" document. But I have difficult to intercept AppointmentEditAction argument of AppointmentEditingEventArgs event.
If I used condition to keep this enum, how can I intercept the user action?


3 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 07 Jun 2011, 01:51 PM
Hi Dario,

I would not recommend simultaneously referring the Scheduler and ScheduleView assemblies as there are many classes that share the same names. You will have to do a ton of modifications just to run the application and then when you remove the reference to the Scheduler assembly those modifications will not be needed anymore...

The AppointmentEditAction property does not have equivalent in RadScheduleView. Probably if you describe why you need it, we can try to provide some directions about how to achieve similar functionality.

Greetings,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Forest
Top achievements
Rank 1
answered on 08 Jul 2011, 10:45 AM
Hi

I'm doing migration from RadScheduler.
I need to use AppointmentEditAction too in ScheduleView.

For example in EmployeeScheduler_AppointmentEditing function :

if

 

 

(e.AppointmentEditAction != AppointmentEditAction.Drag && e.AppointmentEditAction != AppointmentEditAction.Resize)

 

{
    open my personal form in a window
}

It doesn't work with scheduleView.

Is there any way to use AppointmentEditAction with scheduleView ?

It's very important for us

Thank you
0
Valeri Hristov
Telerik team
answered on 08 Jul 2011, 06:04 PM
Hello Forest,

No there is no way to distinguish between editing with a dialog or dragging/resizing. If you need to customize the Edit Appointment dialog, please follow the instructions in the following help article:
http://www.telerik.com/help/silverlight/radscheduleview-features-custom-dialogs.html

Best wishes,
Valeri Hristov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
ScheduleView
Asked by
Dario
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Forest
Top achievements
Rank 1
Share this question
or