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

RadScheduler1_AppointmentClick

3 Answers 88 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Kati
Top achievements
Rank 1
Kati asked on 21 Apr 2009, 01:00 PM
Why is RadScheduler1_AppointmentClick only fired with a double click. is it possible to call this with a single click please?

Thanks a lot

Kati

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 22 Apr 2009, 01:07 PM
Hello Kati,

I suggest you subscribe to OnClientAppointmentClick event and call the server event from its handler like this:

<script type="text/javascript">  
        function appointmentClick(sender, args)  
        {  
            args.get_appointment().edit();  
        }  
</script> 

Best wishes,
Yana
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.
0
Kati
Top achievements
Rank 1
answered on 02 Feb 2010, 03:47 PM
Hello

the function is being called, but it does nothing. I does not take me to the advancedUpdatePanel view as the double click does. Any idea why?

Thanks

Kati
0
Yana
Telerik team
answered on 04 Feb 2010, 12:31 PM
Hi Kati,

Could you please try this approach with the latest version of the controls? Thanks

Regards,
Yana
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
Scheduler
Asked by
Kati
Top achievements
Rank 1
Answers by
Yana
Telerik team
Kati
Top achievements
Rank 1
Share this question
or