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

[Solved] Appointment Template problems

1 Answer 129 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jonathan Levy
Top achievements
Rank 1
Jonathan Levy asked on 28 Jul 2009, 11:14 AM
Hi

I have changed the apppointment template to have a DIV inside which is hidden but contains more information about the appointment. The is also a button in the appointment template which when clicked will display the DIV. The problem is that the DIV will only show in the appointment area.

No matter what CSS settings I give the DIV it will not display anywhere else nor will it change its size.

How can I get the DIV  to appear in the middle of the screen for instance?

I don't want to use the RadToolTip because this doesn't work for me.

Thanks
Jon

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 28 Jul 2009, 12:28 PM
Hello Jonathan,

Unfortunately, there is no way of breaking out of the appointments' wrapping container, since they are positioned.

What you can do is to attach a handler to the OnClientAppointmentClick event and show the corresponding info using custom code. You can review the ScheduleBuilder sample application - it uses a RadWindow, but the same concept can be easily suited for your needs.

If you need any help implementing it, just let us know - through a support ticket (along with any design / etc)!

Sincerely yours,
Alex
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Jonathan Levy
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or