Browse By Tags

  • The type 'WebScheduleInfo' exists in both 'Infragistics4.WebUI.WebSchedule.v19.1...

    I already deleted the duplicate references, and those errors still appear to me.

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

  • All Day Events across multiple days not showing on the last day

    When I create an all day event, for instance, from 5/8/2012 to 5/10/2012, it will only show up on the calendar views (WebMonthView, WebWeekView, and WebDayView) as a full day event on 5/8 and 5/9, saying that it ends at midnight on 5/10.  It should include…

  • 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

  • Defining a new replacement string in webscheduleinfo

    Hi,

    How can I extend the webscheduleinfo and define a new replacement string tag so that I can show custom data in the appointmentformatstring ?

     

    Regards

    Panna

  • WebCalendarView of WebSchedular is not working in IE8

    Dear Team,

    In my page i am using WebCalendarView, webdayview. But when i am browsing my application in IE8, sometimes its throwing error while clicking on the date (otherthan current date). Most of the times i am getting this problem.

    I had tried with…

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

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

  • how can i get recurring activities id

    hi, first time i am using webscheduleinfo and webmonthview control. the scenario is i have to show

    the activities in webmonth view control and on click of any activity i have to open a form with that

    selected activity details. my problem is if i don…

  • Bind data from particular day to WebMonthView

    Hi,

    I am using WebMonthView in my application. I want to bind the data from db for particular day on it. how to do it. I used like this

     

     

     

     

     

     

     

    <

     

     

    asp:SqlDataSource ID="SqlDataSource1" runat="server" Connecti…

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

  • WebCalendarView and WebMonthView not synchronizing.

    Hi, I have a form with 3 WebCalendarView controls (current month, next month, and 2 months ahead).  Then I also have a WebMonthView that is showing a calendar of the current month.  The first WebCalendarView and the WebMonthView share a WebScheduleInfo…

  • WebScheduleSqlClientProvider is not Supporting MYSQL Database

    1) How to create DB Connection in runtime for MYSQL  & SQLserver.

    2)  webschedulersqlclientprovider & webscheduleOleDbProvider  is not supporting SqlDataSource & MYSQLDataSource.

    3) How to give DataSourceID in Runtime for the webschedulersqlclientprovider…

  • convert UTC time to MM/DD/YYYY

    Hi all,

    i am getting the selected start time for webdayview in javascript using

    oDayView.getWebScheduleInfo().getActiveDay()

    as Fri Jul 30 00:00:00 UTC+0530 2010

    .I am passing this value as querytstring to next aspx page.
    how can we convert this…

  • Setting a start date for WebDayView Control

    I am using Netadvantage 9.2 and I want to use the WebDayView control with visible days set to 5. Right now when the page loads, it sets the starting day as today. So if the appointment was a month later, user will have to click the next button a bunch of…

  • ActiveResourceChanging and ActiveResourceChanged Client Side Events

    I have dug through pages of CSOM documentation and can't find anything on the ActiveResourceChanging and ActiveResourceChanged Client Side Events in the WebScheduleInfo object.

    Can anyone tell me what parameters that even passes so I can build a…

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

  • WebScheduleInfo Client-Side Events: How do I get the "Key" of the activity being updated?

    Hi Experts,

    I'm trying to handle the Client-Side Event "ActivityUpdating" for my WebScheduleInfo component. I need to know which activity is being updated so the "Key" or "DataKey" is required.

    I read the following page…

  • Setting active day from monthview on one page to dayview on a second page

    I have a webpage with a webmonthview and a second page with a dayview. When the user double clicks on a day on the webmonthview I am popping up the page with the webdayview. I popup the page using a javascript for the doubl;e click event, The dayview…

  • WebScheduleInfo "Quick Design"-Error

    Hello I'm having problems with the "Quick Design" funktion of the WebscheduleInfo-Control. When I try to start it, an error occurs saying that an exception was thrown (I'm using the German translated version so I cannot give you the exact wording).…
  • 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
  • Changing the date range shown on WebMonthView

    Currently I am trying to get the WebMonthView and WebScheduleInfo to display a date range that is the week prior to this week through 3-4 weeks in the future, but I don't know how to get it to do that. It seems to only allow showing of the current month…

  • WebCalendar ActiveDayChanged Event not firing

    Hi all,

    I have a problem with the WebCalendaView (WCV). Do the following to reproduce:

    1.) Put a WCV, a WebScheduleInfo (WSI) and a WARP on an empty WebForm. The WCV shall NOT be in the WARP.
    2.) Add a label to the WARP
    3.) Bind the WCV to the WSI
    4.) Add…

  • Multiple Month Views and ScheduleInfo

    Hi There I am having an issue with getting multiple month view to display there respective Scheduled Info's Active Day. I have a page that dynamically loads a user control which contains a Month View Control and a Schedule Info control The user…