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…

  • Additional fields to appointment form

    Hello,

    I added WebSchedule and all required forms to my Asp.net project. Database is Sql Server. All working ok so far.  
    In our app user can book resources for certain customers. Now I want to add some extra fields related to appointment. For example when…

  • Activity description disappears from appointments.

    I have a problem with ASP.NET WebSchedule (11.1.20111.2064).

    In this version, the Description field disappears from the Activity.

    I am able to create new appointments, and the descriptions are saved OK to the database. However, if I try to edit an appointment…

  • 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…

  • Can i view only variance of my recurrence?

    Hi,

    I have a web page with a WebScheduleInfo, and Infragistic's version is 9.1.

    In the WebScheduleInfo are a lot of activities. Some of this are recurrences with variances.

    In some case i want to hide recurrence and view only variance.

    I try to…

  • 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…

  • Add a default subject to Add Appointment Form

    I want to have a default subject line for my Add Appointment form when I double click on a calendar object and the Add Appointment form opens up.  How do I do this?

    Thanks,

    Dan

  • How to set the current time on a webdayview

    Hi every body,

     

    I'm trying to set the current time on a webdayview but i don't know how to do this. thanks google, I saw that is possible for a windows software, so it seem to me that is possible for a website, isn't it ????

     

    Best regards…

  • How to add multi Appointments on the same time?

    How to control the appointment width, save some room for add another appointment?

  • Problem with 2 recurring appointments

    Hi, I'm working on a custom web schedule provider.  This system has appointments and recurring appointments.  The problem I'm having is that if I have 2 recurring appointments in a month and they do not overlap, the monthly calendar shows the dates…

  • How can I put a hyperlink within the Activity description?

    Our application uses the WebSchedule Calendar view, but our users find it a bit frustrating. The users would like us to be able to place a hyperlinks within the Activity in order for them to drill into the appropriate pages within our system.

    Our system…

  • Modifying WebDayView Gui

    Hi, I have a class called CustomAppointment which extends Appointment.
    I can add my custom appointments to the webdayview and display them sucessfully.


    I would like to show appointments like this in the webdayview
    the ** are part of my custom class, how…

  • Progammatically adding events

    I have a situation where a user will need to be able to add multiple appointments from one instance.  For example, a user adds an appointment for April 1st, the code-behind needs to add appointments every week on that day for 12 weeks.  I cannot do a recurrence…

  • Avoid Appointment Overlapping

    Hi,

         I am new to this Infragistics - Web schedule, Need to create a new appointment in such way that it should not overlap with other appointments or recurrences i.e.) should be linear. Appointment should not clashes with other appointment.  How can I…

  • How can I add onmouseover on Appointment of webdayview?

    How can I add onmouseover on Appointment of webdayview?

    I used
    dayView.AppointmentTooltipFormatString = @"<START_DATE_TIME> - <END_DATE_TIME><NEW_LINE><SUBJECT><NEW_LINE><LOCATION>";
    for  the details of appointment…

  • WebSchedule - two queries

    I've been using the WebSchedule control and got a couple of queries:

    1. When do a "appointment.Description = "my notes about the appointment";" - where does it get displayed?  All I can see is the Subject property getting displayed…
  • WebDayView ScrollPosition

       I've met some questions again, about scroll and print WebDayView?

       1. How can WebDayView scroll the postion of  first work start time or first appointment?

            myWebDayView.WebScheduleInfo.WorkDayStartTime.Minute = intDefaultMinute;
            myWebDayView…

  • 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: get Subject and Description of new Appointment

    bilko73 said:

    How can I get values of the Subject box,  Location and Description boxes when a new Appointment/Activity is added?

    I can access Start and End Dates, but do not see the other fields.

    You need to typecast it to an Appointment.

    Dim Subject…

  • Re: Using SQL DataSource ?!

    Hello, can somebody help me. I am facing big trouble here doing the webmonthview work with webscheduleinfo. It is very urgent for me if any body can help me out.

    I have done the following thing ....

    1. Put the Webmonthview on the page

    2. Put the…

  • 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…

  • Re: Sharing appointments between owners

    It looks like Appointment can belong to only one Resource. So if I'm thinking about this correctly, an owner of appointment is represented as a Resource. And appointmnet can not have multiple owners.

     So there is no way to share it except by…