Browse By Tags

  • Problem with display of appointments in webmonthview

    Hi,

    I have to setup an asp-page with booking of several resources. Database-connection etc. worked well after the (usual) problems when one's new at these kind of controls.

    But the appointments are not displayed correctly as the picture below shows…

  • WebMonthView Appointment Recurrence JS Error Problem

    Hello,

    I got a webmonthview with 2 appointments, with 1 that is recurrent. When I click on the recurrent appointment, I got a javascript error:

    Microsoft JScript runtime error: 'getActivities().getItemFromKey(...)' is null or not an object

  • Recurring appointments shown in a WebMonthView causes a javascript error

    Double clicking on a recurring appointment shown in a WebMonthView a javascript error is thrown at the following line:

    ig_WebScheduleInfo.prototype._showAppointmentDialog =

    function (dataKey, id, occur, prevOccur, nextOccur)
    {
    if(prevOccur != null…

  • WebMonthView And Third Shift Appointment Issues

    Hello,

    I am having an issue with the webMonthView control.  Everything works well except when trying to display appointments that are "3rd shift" in nature.  We use the calender to show employee work schedules.  Whenever there is a 3rd shift employee…

  • How to turn off Daylight Saving Time for WebMonthView?

    When I add appointments to the WebMonthView, it is altering their start times to account for daylight saving time. I want to DISABLE this functionality.

    For example: A legal procedure took place on 12/20/2010 at 8:08PM EST. When I provide this value…

  • Extended Appointment properties and the WebMonthView tooltip

    Hello,  I'm trying to create an informative tooltip for my WebMonthView control and I'm running into a few small roadblocks.  Here is what I'm trying to accomplish in a tooltip:

    Line1: Text
    Line2: Empty
    Line3: Description Field

    The WebMonthView…

  • Re: Using SQL DataSource ?!

    Dear, Thanks for your help.I have applied the source and the functionality is running good. But still i have some problem.

    Now i am facing two problems, which are as follows:

    1. I have masterpage on my page where i have placed the controls and i am…