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

Override default registered events

1 Answer 39 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Siddharth
Top achievements
Rank 1
Siddharth asked on 15 Apr 2011, 11:41 AM
Hello,

I am new to Telerik controls. I have been trying to evaluate the RadScheduler Control for ASP.NET AJAX.
My query is that is it possible to override the predefined events that have been registered on the controls withing the RadScheduler.
The below will explain my query better I feel.

Case 1)
Currently when I double click on the appointment it opens a small div (dialog) whose class name is  rsAptEditFormMiddle.
I do not want to open this div, instead I want to open my custom dialog when user double click on appointment.

Case 2)
When I click on the red Delete icon (X) on right top corner (<a> with class name rsAptDelete) of any appointment it shows a confirmation dialog with OK and Cancel buttons. Instead of this I would like to have a cutom dialog for handling confirmation of delete.

Is it somehow possible to do this? Hope I am clear with my query :)

Regards,
Siddharth

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 18 Apr 2011, 03:03 PM
Hi Siddharth,

Thank you for contacting us.

1. You can choose either of the following approaches:

2. This is not too easy to achieve. I suggest you consider the following alternatives instead (properties for RadScheduler):

  • DisplayDeleteConfirmation="false"

    Or,
  • Localization-ConfirmDeleteTitle="My custom title"
    Localization-ConfirmDeleteText="My custom text"

All the best,

Peter
the Telerik team

 

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Scheduler
Asked by
Siddharth
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or