Well, as far as i know, that would replace the edit template and then use the buildt in functionality. I do not want this. I want to DISABLE any functions on a doubleclick on an appointment, and then add my own. But if i add an ajaxrequest to the double click event (Java), it STILL shows me the edit template. How can i avoid this?
My problem is actually:
I have added a RadAjaxManager to my page. On a double click on an appointment, i fire this javascript function:
My Scheduler is defined like this:
But when i now double click an item, the following happens:
- The javascript function fires
- The codebehind function does not fire (Private Sub RadAjaxManager1_AjaxRequest(ByVal sender As Object, ByVal e As Telerik.Web.UI.AjaxRequestEventArgs) Handles RadAjaxManager1.AjaxRequest)
- The small inline editor for changing the subject only pops up in the scheduler.
How can I disable the editor, and fire my own function instead?
Code for my AjaxManager:
After i added OnAjaxRequest="RadAjaxManager1_AjaxRequest", i get a compilation error saying 'RadAjaxManager1_AjaxRequest' is not a member of 'ASP.schedule_aspx'.
But it clearly is: