Browse By Tags

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

  • 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

  • 'undefined' appears in ResourceLabel when printing an Appointment

    An odd thing happened to me on my way to printing an appointment…
     
    In both my code and the sample applications Infragistics provides the word ‘undefined’ prints at top header when printing an appointment from the appointment dialog box.
     
    I think the…
  • In the next version of the component, if these codes would be add?

    Hi, 

    I found that the javascript's operation of ajax may be error if  the client can't connect to the server.

    To support the code stronger,this "try...catch" code should be add.

    In the ig_shared.js(Version 7.3.20073.38) 

    line:1306 

    this code…

  • 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…
  • How can I get my CustomAppointment field value on the client side to pass to my custom dialog form?

    How can I get my CustomAppointment field (I'm using my custom data provider with my custom database), for example, "CustomerId" to pass to custom form?

    Can we extend CSOM by adding our custom JS functions like getCustomerId here?

    function…

  • Re: 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?

    The answer is as simple as this:

    what you would ideally want to do would be to fetch the StartDateTime on the ActivityDialogOpening client side event on the WebScheduleInfo and then use the StartDateTime and append it as a querystring to your own custom…