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
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…
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…
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…
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
<
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…
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…
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…
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…
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,…
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:
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…
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…
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…