Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Click and DblClick Event
posted

hello friends - im using WebDayView - i need to activate 2 client sides events - click and DblClick. my problem is that when i invoking DblClick event the click event is fired and the DblClick event not reached. please your help how can i mange this events for my needs - thank you

Parents
No Data
Reply
  • 19308
    posted

    Are you testing this through the debugger and stepping through the code?  If so, the debugger will always stop on the click, and the double click will actually never happen (the debugger will interrupt your second click).  Also, be sure to avoid displaying an alert box, or changing focus in the click event, doing so will also interrupt the double click event.

    -Tony

Children
No Data