Browse By Tags

  • 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

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

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

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

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

  • 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…
  • Can't Init Script for WebScheduleInfo (WebSchedule/Ajax)

    I am trying to add some of the akido controls with the splitter. At first I was recieving the error saying I needed to add a script manager, which I did. Now the issue is that everything renders, but none of the events on any of the calendars happen,…

  • 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…
  • help in navigation in webmonthview

    hi ,

     

    In webmonthview i have used javascript method for NavigateNext and NavigatePrevious...

     

    in this method i canceled the navigate event of webmonthview , but refreshing the parent asyncrefreshpanel and rebinding the data for next month.

    Problem…

  • Web Schedule appointment Request

    I need to bulild a scheduling app where a user can submit a request for an appointment that then will need to be approved/modified by an admin before being added to the Activty table. Currently I have a table that stores all of the info for the request…

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