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