Browse By Tags

  • How to Fire DayView Timeslot dblclick on clientside

    Hi,

     How can i fire dblclick event that opens the appointment dialog on dayview control, i can get the element of timeslot in the dayview but need to fire dblclick so i can get the dialog with the specified starttime, any solution

     thanx

     charaka

  • Re: WebDayView- Press "Del" key to Delete Selected Activity

    This is a solution that I've tested with IE and Firefox with a little bit of client side code:

    <script type="text/javascript" language="javascript">
    function handleKeyDown(evt)
    {
        var keyCode = evt.keyCode ? evt.keyCode : evt…

  • How to get the day and time detected from time slot on the WebDayView where the user double-clicked in to open the Add/Edit Appointment form?

    In a custom schedule how to get the day and time detected from time slot on the WebDayView where the user double-clicked in, and then open Add/Edit Appointment form and pre-populate the date & time values.

    This is what my customized scheduling in short…