Browse By Tags

  • How to change color for each user in multiresourceView

    Hi,

    I have question about the design of webdayview when i bind it with a multiresource data.

    When i try to change the design i do this:

     

     

     

     

    <

     

    igsch:WebDayView ID="calJour" runat="server" Height="600px"

  • hiding non working hours

    how can we hide non working hours means if i mark my office timmings as from 9 to 5 then how can we just show them not 24 hours on the left side timer vertical bar
  • webscheduler nOOb

    hey all, I've done what the help files say, but I get an Error 404 on the double-click of the WebMonthView. the AddAppointment /Reminder forms ARE in the ig_common folder on IIS6. Any help would be much appreciated.

  • '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…
  • Custom Add Appointment

    I'm trying to create a custom AddAppointment dialog in VB.NET using a sql server backend.  The sample uses xml.  I believe I've got the Appointment extended correctly. I also created a page called addAppointment.aspx and AppointmentFormPath of the …

  • Get Rid of Scrollbars?

    Is there any way to get rid of the scroll bars on the webschedule when it first loads?  If I change it to the next month the scroll bars go away.  I have tried adding "overflow: hidden;" to the ig_MonthView.css for the LucidDream style I am using but it…

  • Re: DataBase File

    I believe this to be a bug, but have a work around you can try out that worked for me. Here's the steps to success:

    1. Drop WebScheduleInfo onto the Design view.
    2. Drop WebScheduleSqlClientProvider next to the WebScheduleInfo.
    3. DO NOT SET a DataSourceID…
  • Pop up to add or edit appointment displays NULL in start and end time

    Hi.

    We using WebSchedule 20082CLR20. The Add and Edit Appointment pop-ups work 100% for me. It fails 100% of the time for my QA guy. The start and end times are NULL. The start and end dates are blank. We are both running IE7, both installed over the…

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

  • AppointmentsCollection

    Is it possible to programatically add a new appointment to the AppointmentsCollection? 

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

  • Save ActivityID to another database and table upon save or delete of an appointment

    I'm using the webschedule control to track meetings on claims. I need the ability to capture when an appointment has been inserted, modified or deleted. Is there an event like an afterpostback event or something I can use to get the activityid that was…
  • 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…