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

[Solved] How to open a custom popup from scheduler

1 Answer 301 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
sabarishbabu
Top achievements
Rank 1
sabarishbabu asked on 13 Aug 2009, 11:08 AM

Hi,

Iam trying to create a custom pop-up window (Rad pop-up) for the scheduler. I amable to open my custom pop-up window from the client side using “OnClienAppointmentClick”and “OnClientTimeSlotClick”. I am also setting the properties for AllowInsertand AllowEdit as False done to avoid the default insert and edit pop-ups.

Iwould like to make this pop-window available from the server side instead ofthe client. I notice that the event onappointmentclickallows me to call the server for the pop-up window but this is available onlyif the AllowInsert and/or AllowEdit properties are set to True.

I would really like to have only my custom pop-up windowavailable from the serverside instead of the default one.

Thanks

Sabrish

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 14 Aug 2009, 10:05 AM
Hi sabarishbabu,

With Q2 2009, the advanced pop-up form can be opened as a popup and can be moved/dragged. Simply set: <AdvancedForm Modal="true" />

To further customize the advanced form, you can take advantage of the supplied user controls:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx


Best wishes,
Peter
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
sabarishbabu
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or