Browse By Tags

  • 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 Update/Delete, WebWeekView not found

    Hi,

    I have installed the contols for Asp.net and using the Scheduler control and have the folllowing questions:

    1.I am uisng the WebDayView but unable to see the WebWeekView. Itried adding throug the Toolbox but it is not avalble in the bin folder also…

  • Which control initiated the ActivityDialogOpening client side event?

    I have a page with a month, week or day view depending on the user selection. I have a central WebScheduleInfo which defines some client events. Like this:

     

    <igsch:WebScheduleInfo ID="ScheduleInfoControl" runat="server" OnActivity…

  • WebDayView layout

    Hi,

    in my aspx page there is:

    <ig_sched:WebDayView ID="wdvBreak" runat="server" ActivityWidthMinimum="0"
                                            AppointmentTooltipFormatString="&lt;START_DATE_TIME&gt; - &lt;END_DATE_TIME&gt;&lt;NEW_LINE&gt;&lt;SUBJECT&gt;&lt;NEW_LINE&gt;&lt;DESCRIPTION&gt;&lt;NEW_LINE&gt;…

  • WebScheduleGenericDataProvider wont bind activities

    I have a custom appointment class and resource class.  I'm trying to add an array of both to the WS Generic provider and the resources bind fine.

    wsAdapter.ResourceDataSource = c.Students

    With wsAdapter.ResourceBinding
    .DataKeyMember = "PersonID…

  • Is there a way to find out the DataKey of a variance activity?

    Hello,

     When you modify an activity that belongs to a series (one occurrence), a new activity record is created.  Is there a way to find the datakey for this new record either on a client or server side event?

    Thanks,

    alozada